# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environment venv/ env/ ENV/ env.bak/ venv.bak/ .venv/ # Flask instance/ .webassets-cache *.log # Environment variables .env .env.local .env.*.local # GeoIP Database geoip_db/*.mmdb geoip_db/config.json # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Testing .pytest_cache/ .coverage htmlcov/ .tox/ .nox/ # Jupyter Notebook .ipynb_checkpoints # pyenv .python-version # Celery celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # Cython debug symbols cython_debug/ # Temporary files *.tmp *.bak *.swp *~ # Logs logs/ *.log # OS files .DS_Store Thumbs.db desktop.ini # Cache .cache/ *.cache # Local config overrides config.local.py local_settings.py geoip_db/*