# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.venv/
.env/

# Build
dist/
build/

# Cache
.ruff_cache/
.pytest_cache/
.mypy_cache/
*.egg-info/

# OS
.DS_Store
Thumbs.db

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