# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg
MANIFEST

# Virtual Environments
.venv/
venv/
ENV/
env/
.conda/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# uv
uv.lock
.opencode
_bmad*

# Type checking
.pyright/
.pytype/
.dmypy.json
.dmypy.json.*

# Environment variables
.env
.env.local
.env.*.local
*.env

# Logs
*.log

# Temporary files
*.tmp
*.bak
*.swp

# Database
*.db
*.sqlite
*.sqlite3

# TypeScript reference files
packages/pi_coding/_ts_reference/
