# Python virtual environment venv/ env/ .env/ .venv/ ENV/ # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class *.so # Distribution / packaging dist/ build/ *.egg-info/ *.egg # Unit test / coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # IDEs and editors .idea/ .vscode/ *.swp *.swo *~ # Environments and Configuration .env .env.local .env.development .env.production *.env # Logs *.log logs/ log/ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Project specific *.sqlite3 *.db # Secret Files (explicitly declare) *secret* *key* *.pem *.key # Machine Learning / Data Science *.pkl *.model *.h5 *.hdf5 # Dependency directories node_modules/ jspm_packages/ # Temporary files *.bak *.gho *.ori *.orig *.tmp # Specific to Python web frameworks *.pot *.pyc local_settings.py db.sqlite3 db.sqlite3-journal # Celery celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # mypy .mypy_cache/ .dmypy.json dmypy.json # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # Installer logs pip-log.txt pip-delete-this-directory.txt # Translations *.mo *.pot