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

# Distribution / packaging
dist/
build/
*.egg-info/
.eggs/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.dmypy.json

# Environment
.env
.venv
env/
venv/
ENV/

# Development tools
.idea/
.vscode/
*.sublime-*

# Documentation build
docs/_build/
docs/api/

# Notebooks
.ipynb_checkpoints/

# Database files (for testing)
*.db
*.db-*

# Q1 specific
.tmp/
.trash/

# OS specific
.DS_Store
Thumbs.db
