# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ .venv # IDE .vscode/ .idea/ *.swp *.swo *~ # Git .git/ .gitignore # Documentation README.md *.md # Docker Dockerfile docker-compose.yml .dockerignore # Environment .env .env.example # Database (will be mounted as volume) *.db data/ # Credentials (will be mounted as volume) credentials.json # Temporary files *.log *.tmp .DS_Store # Test files test_* *_test.py