# Dependencies
node_modules/

# Build output
dist/
*.tsbuildinfo
.next/

# Coverage
coverage/
.nyc_output/

# Environment
.env
.env.*
!.env.example

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*
pnpm-debug.log*

# AI-SDLC runtime artifacts
.ai-sdlc/audit.jsonl
.ai-sdlc/state.db
.ai-sdlc/state/

# Package manager
.pnpm-store/

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
*.whl
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
build/
*.pyz
