# 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

# Virtual environments
venv/
env/
ENV/
.venv

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# PySBT specific
*.pyc

# Benchmark outputs
benchmarks/output/

# Reports (generated)
BENCHMARK_REPORT.md
BENCHMARK_REPORT.html
TEST_RESULTS.md

# Coverage
htmlcov/
.coverage
.coverage.*
*.cover

# Testing
.pytest_cache/
.mypy_cache/
plans/
benchmarks/
