.git/
.agents/
.claude/
.vscode/
.idea/

.env
.env.*
*.pem
*.key
*.crt
secrets/
credentials/

**/__pycache__/
**/*.py[cod]
**/.venv/
**/.pytest_cache/
**/.ruff_cache/
**/.mypy_cache/
**/.ty_cache/
**/*.egg-info/
**/build/
**/dist/

tmp/
logs/
*.log
*.tmp
