# Environment
.env
.venv/
__pycache__/
*.pyc

# Build
dist/
build/
*.egg-info/
*.mcpb

# IDE
.idea/
.vscode/
*.swp

# AI
.gemini/

# OS
.DS_Store