# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Build artefacts
build/
dist/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

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

# OS
.DS_Store
Thumbs.db

# Test / coverage / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Jupyter
.ipynb_checkpoints/

# gharc output (do not commit downloaded archives or filtered data)
*.json.gz
*.parquet
*.jsonl
*.state.json
data/
output/
gharc_out/
benchmarks/results/
