# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
*.whl
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/

# VS Code
.vscode/
*.code-workspace

# OS
.DS_Store
Thumbs.db

# IDE
*.swp
*.swo
*~
