# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/

# Virtual envs
.venv/
venv/
env/

# OS
.DS_Store
Thumbs.db
# Allow the test fixture that intentionally exercises hidden-file filtering.
!tests/fixtures/mock_deployments/**/.DS_Store

# Editor
.idea/
.vscode/
*.swp

# Project local
.env
.env.local

# Bundled deployments docs (fetched at build time via scripts/sync_deployments.sh)
src/agent_scaffold/_bundled_deployments/docs/*
!src/agent_scaffold/_bundled_deployments/docs/.gitkeep
