# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# uv
.uv-cache/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover

# OpenAPI specs cache (regenerated on demand)
specs/openapi/*.yaml
specs/openapi/*.json
specs/openapi/llms.txt
!specs/openapi/.gitkeep

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Type checkers
.mypy_cache/
.pyright/
.pyre/
.pytype/
.ruff_cache/

# Local config (don't commit secrets)
.env.local
.envrc
local_settings.py

# Logs
*.log
logs/
