# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
.eggs/
*.egg-info/
*.egg
build/
dist/
wheels/
.installed.cfg

# Generated SDK (regenerated from openapi spec at build time; never commit)
src/enkindler_cli/_generated/

# Test/coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Linters
.ruff_cache/
.mypy_cache/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Local config that might be created during dev runs
*.local.toml
