# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
wheels/
.installed.cfg
*.egg-info

# Virtual environments
.venv/
venv/
env/
ENV/

# Poetry
.poetry/

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

# Data & Storage
*.db
*.duckdb
*.parquet
*.arrow
data/
runs/
checkpoints/

# Logs
*.log
logs/

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

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

# Outputs
outputs/
figures/
reports/
