# Python
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual environment
.venv/
.venv*/
venv/

# Tool caches
.ruff_cache/
.pytest_cache/
.mypy_cache/

# Editor swap files
*.swp
*.swo
*~

# IDE
.vscode/
.idea/
