# Bytecode / caches
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
wheels/
*.egg-info/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
ENV/

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.json
htmlcov/
.hypothesis/
.benchmarks/

# Tooling
.pre-commit/
*.log
.DS_Store

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

# Documentation builds
docs/_build/
