# Python
.venv/
__pycache__/
*.py[cod]
*.pyd

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

# Build outputs
build/
dist/
*.egg-info/
*.whl
*.tar.gz

# Local configuration and credentials
.env
.env.*
!.env.example

# Editors and OS metadata
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
*.Zone.Identifier
*:Zone.Identifier

# Local project notes
.python-version

# CSBox runtime state
.csbox/*
!.csbox/config.example.toml
