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

# Virtual environment
.venv/

# Build artifacts
dist/

# IDE
.idea/
.vscode/
