# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
dist-test/
.venv/
venv/

# Testing & linting
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.mypy_cache/

# Secrets & environment
.env
.env.*

# SafeGate runtime data (audit logs, vault, custom dictionaries)
.safegate/

# Local playground (not for publication)
local-demo/

# Cursor IDE — agent rules and internal instructions
.cursor/

# Internal planning docs (kept locally, not published)
docs/DEVELOPMENT_PLAN.md
docs/PRODUCT_ROADMAP.md
*business-requirements*
*Бизнес-требования*
internal/

# OS & editors
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
