# OS
.DS_Store

# Python
__pycache__/
*.py[cod]
*.pyw

# Virtual environments
.venv/
venv/

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

# Environment
.env
.cache

# IDE
.idea/
.vscode/
*.swp
