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

# Rust
target/

# Virtual Environment
.venv/

# Environment variables
.env
.claude

# Project specific
# *.parquet
tract2221.csv
convert_data.py
reformat_tables.py

# System
.DS_Store

# plans
# NA -- track

# not added
mutants/
.benchmarks/

# coverage
coverage/
coverage.xml
