# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/

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

# OS
.DS_Store
Thumbs.db

# Tools
.ruff_cache/
.pi-lens/
.agents/
.claude/
.social/

# Environment
.env
.env.*
!.env.example
