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

# VS Code
.vscode/
*.code-workspace

# Tests
.pytest_cache/
.coverage
htmlcov/

# Output files (generated, not source)
pygapit_demo_output/
*.pdf
GAPIT.*.csv
benchmarks/results/

# OS
.DS_Store
Thumbs.db
# pixi environments
.pixi/*
!.pixi/config.toml
