# Python
__pycache__/
*.py[cod]
*$py.class
.ruff_cache/
.mypy_cache/

# Virtual Environment
.venv/
venv/

# Environment variables
.env

# Build and distribution
dist/
build/
*.egg-info/

# IDE
.vscode/
.idea/

# Misc
.DS_Store
