# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ .venv/ ENV/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Project specific data/*.db data/*.db-journal uploads/* !uploads/.gitkeep *.log # Git .git/ .gitignore # Environment .env .env.local # Testing .pytest_cache/ .coverage htmlcov/ # Documentation *.md !README.md # Docker Dockerfile docker-compose.yml .dockerignore