# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
tests/output/
.ruff_cache/

# Static analysis outputs
pyright_analysis.txt

# Jupyter Notebook
.ipynb_checkpoints

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

# IDE files
.idea/
*.swp
*.swo

# OS specific files
.DS_Store
Thumbs.db

# Project specific
*.log

# Test files in root (should be in tests/)
/test_*.py

# Generated API clients
/generated/
/openapi-spec.json

# database
*.db
# Docker local overrides
docker-compose.override.yml
