# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg

# Unit test / coverage reports
.coverage
.coverage.*
.cache
coverage.xml
.hypothesis/
.pytest_cache/
htmlcov/

# Environments
**/.env
**/.venv

# mypy / ruff
.mypy_cache/
.ruff_cache/

# IDE
.idea
.vscode
.devcontainer/

# OS
.DS_Store

# Makefile local overrides
make/local.mk
