# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
.pytest_cache
htmlcov/
coverage.xml
.coverage
.mypy_cache
.ruff_cache

# Virtual environments
.venv

# spec-kit
.cursor
.specify
/specs

# Secrets and sensitive configuration files
tests/fixtures/secrets.yaml
tests/data/*_secrets.yaml
*.secrets.yaml
/.env*

# uv lockfile
uv.lock
