# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.pyo

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Editors
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Project-specific
.claude/
.omc/
benchmarks/results/
*.env
.env
