# Virtual Environment
.venv/
venv/
ENV/
env/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing
.pytest_cache/
.coverage
htmlcov/
.hypothesis/

# IDEs
.vscode/
.idea/
s*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project specific
*.log

# Output files (CSV, etc.)
# Keep example outputs in examples/output/ but ignore root-level outputs
/*.csv
/output/
/results/

# Example outputs (generated by running examples)
examples/output/*.csv

# Validation outputs (generated by running validation)
tests/validation/*.csv
