# Python
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
.ipynb_checkpoints/
build/
dist/

# Environments
.venv/
.env

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# Working documents
plan/
