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

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Environments
.env
.env.*
!.env.example
.venv/
venv/
ENV/
env/

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover

# IDE / editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Benchmark + local artifacts
bench/results.json
bench/results-*.json
*.local.json

# Logs
*.log
