# Byte-compiled / cache
__pycache__/
*.py[cod]
*.so

# Packaging / build
build/
dist/
*.egg-info/
.eggs/

# Test and coverage artifacts
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Notebooks
.ipynb_checkpoints/

# Documentation build
site/

# Environments
.venv/
venv/
env/
ENV/

# Benchmark scratch and fetched data
verify-*.txt
*.feather
openfe_tmp_data.*
benchmarks/data/
benchmarks/independent/results_fresh_run/

# Local working copies
/paper.md
testing/
*.zip
artifacts/

# Editor / OS
.vscode/
.idea/
*.swp
.DS_Store
.cache/
