# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
.installed.cfg
*.egg
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.hypothesis/
.pytype/
cython_debug/
.cursor/

# Build and Distribution
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
MANIFEST
*.manifest
*.spec
.pybuilder/
target/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.pdm-python
.pdm-build/
.pdm.toml

# IDEs and Editors
.idea/
.vscode/
.spyderproject
.spyproject
.ropeproject
profile_default/
ipython_config.py
.ipynb_checkpoints

# Logs and Databases
*.log
pip-log.txt
pip-delete-this-directory.txt
nosetests.xml
local_settings.py
db.sqlite3
db.sqlite3-journal

# Documentation
docs/_build/
/site

# OS specific
.DS_Store

# Custom project files
CONTRIBUTING.md
cp.md
integration_test_slides.py
*GOTCHA*
*real_integration_test*

# Services
# Celery
celerybeat-schedule
celerybeat.pid

# Flask
instance/
.webassets-cache

# Scrapy
.scrapy

# PyPI
.pypirc

misc/*

.cache_ggshield