# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
venv/
ENV/
env/
.venv

# PyPI (important!)
.pypirc
!.pypirc.example

# TypeScript / JavaScript
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.eslintcache
*.tsbuildinfo

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
*.cover

# Generated files during workflow
features/*.generated.*
structure/*.generated.*
implementation/*.generated.*
verification/*.generated.*

# Temporary files
*.tmp
*.bak
*.log

# OS
.DS_Store
Thumbs.db

# Virtual environments for testing
test_env/

# Auto-generated command files (optional - can be regenerated from scripts/templates/)
# Uncomment these lines if you want to ignore auto-generated files:
# .claude/commands/sdd-*.md
# .codex/prompts/sdd-*.md
# .github/prompts/sdd-*.prompt.md

