# Version control
.git/
.gitignore

# Python caches and build artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
*.egg-link/
build/
dist/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing and CI
tests/
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Documentation (installed via wheel if needed)
docs/

# Benchmarks and examples
benchmarks/
examples/

# IDE and editor
.idea/
.vscode/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Project-specific non-runtime files
.github/
CLAUDE.md
ASSESSMENT_D7_MATURITY_20260629.md
*.md
!README.md
