# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
pytest-cache-files-*/
.coverage
htmlcov/

# Type checking / linting
.mypy_cache/
.ruff_cache/

# Documentation build
site/

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

# OS
.DS_Store
Thumbs.db

# Local development notes (not committed)
notes/
