# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ test-results/ # Translations *.mo *.pot # Django stuff: *.log local_settings.py db.sqlite3 db.sqlite3-journal # Flask stuff: instance/ .webassets-cache # Scrapy stuff: .scrapy # Sphinx documentation docs/_build/ # PyBuilder target/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv .python-version # pipenv Pipfile.lock # PEP 582 __pypackages__/ # Celery stuff celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # Cython debug symbols cython_debug/ # IDEs and editors .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Project-specific files *.mp4 *.mov *.avi *.mkv *.webm *.flv *.wmv *.m4v *.3gp *.mp3 *.wav *.aac *.m4a *.flac *.ogg *.wma *.png *.jpg *.jpeg *.gif *.bmp *.tiff *.svg *.webp # Temporary files *.tmp *.temp *.bak *.backup # Logs *.log logs/ # Cache directories .ruff_cache/ .mypy_cache/ .pytest_cache/ # Node.js (if using any JS tooling) node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Docker Dockerfile.local docker-compose.override.yml # Secrets and configs secrets.json config.local.* .secrets .env.* .envrc !.env.example # Database files *.db *.sqlite *.sqlite3 # Backup files *~ *.orig # macOS .AppleDouble .LSOverride Icon .com.apple.timemachine.donotpresent # Windows desktop.ini $RECYCLE.BIN/ *.cab *.msi *.msix *.msm *.msp *.lnk # Linux *~ .fuse_hidden* .directory .Trash-* .nfs* # JetBrains IDEs .idea/ *.iws *.iml *.ipr # VS Code .vscode/ *.code-workspace # Sublime Text *.sublime-project *.sublime-workspace # Vim *.swp *.swo .vimrc.local # Emacs *~ \#*\# /.emacs.desktop /.emacs.desktop.lock *.elc auto-save-list tramp .\#* # Tags TAGS tags .tags .tags1 gtags.files GTAGS GRTAGS GSYMS