# 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

# Virtual environments
.venv/
venv/
ENV/
env/

# Claude Code
.claude/

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

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

# Type checking
.pyright/
.mypy_cache/

# Synthex internal state
.synix/

# Environment
.env
.env.local
.secrets

# OS
.DS_Store
Thumbs.db

# Exports and data
exports/
exports-full/

# Example build outputs
templates/**/build/

# Default synix init directory (created by `synix init` with no args)
/synix/

# Demo
demo.tape
demo.mp4

# Jupyter
.ipynb_checkpoints/
