
# Python cache and build artifacts
__pycache__/
*.py[cod]
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
.nox/
build/
dist/
*.egg-info/
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/

# Coverage and test reports
.coverage
.coverage.*
coverage.xml
htmlcov/
*.cover
*.py,cover
.hypothesis/
nosetests.xml

# IDE/editor/project files
.idea/
.vscode/
*.swp
*.swo
*~
.ropeproject
.spyderproject
.spyproject

# OS files
.DS_Store
Thumbs.db

# Jupyter/IPython
.ipynb_checkpoints
profile_default/
ipython_config.py

# Environment files
.env
.env.local
.env.production
.python-version
Pipfile.lock
poetry.lock
.pdm.toml

# Miscellaneous
MANIFEST
*.so
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
instance/
.webassets-cache
.scrapy
docs/_build/
.pybuilder/
target/
/site
.dmypy.json
dmypy.json
.pyre/
.pytype/
cython_debug/
coverage.svg
.pre-commit-config.yaml.backup
__pypackages__/
celerybeat-schedule
celerybeat.pid
*.sage.py