# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
venv/
.venv/
env/

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

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

# OS
.DS_Store
Thumbs.db

# Environment variables
.env
.env.local

# Generated output
output/
Text/
input/

# Local-only working dirs (not part of the package)
template/
test_docs/
.worktrees/

# ZERG / dev tooling
.gsd/
.zerg/
.devcontainer/
