# Virtual environments
.venv/
venv/
env/

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
dist/
build/
*.egg

# Environment and secrets
.env
.env.*
*.local

# MkDocs build output
site/

# Coverage and test artifacts
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

tenka.fulfillment.yml
