# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

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

# Virtual environments
.venv/
venv/
env/

# Testing
.tox/
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# IDE
.vscode/
.idea/

# Results (generated output)
results/

# OS
.DS_Store
