# Python cache and bytecode
__pycache__/
*.py[cod]
*.pyo

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

# Virtual environments
.venv/
venv/
env/

# Test and tooling cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Sphinx docs build output
docs/_build/

# IDE
.idea/
.vscode/

# Data

data/

# For coding/testing purposes
old/
