# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/
.venv/
.audit-venv/
.audit-dev-venv/
.package-test-venv/
.package-sdist-venv/
venv/
ENV/
env/
build/
dist/
*.egg-info/

# Local environment and secrets
.env
.env.*
!.env.example
*.pem
*.key
*.crt
*.p12
*.pfx
id_rsa*
id_ed25519*
secrets.*

# PrivateAIStack runtime outputs
reports/*
!reports/.gitkeep
!reports/v0.1-verification.md
!reports/packaging-verification.md
exports/
backups/
data/
tmp/
logs/
package-test-deployment/
audit/*.jsonl
memory/*.jsonl

# Docker and local database state
.docker/
docker-volumes/
postgres-data/
ollama-data/

# Tool caches and scan output
.bandit
.detect-secrets.baseline
.trivycache/
pip-audit-report.*
sarif/

# Editor and OS files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# AI assistant and agent workspace artifacts
.claude/
.cursor/
.continue/
.aider*
.agent/
.agents/
.codex/
CLAUDE.md
AGENTS.md
agent.md
*.agent.md
*.prompt.md
*.instructions.md

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
