# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# TRACER artifacts
.tracer/
.tracer-*/
tracer-demo-output/

# Notebook data
notebooks/data/

# OS
.DS_Store

# Editors
.idea/
.vscode/
