# project
__pycache__/
.venv/

# system
*.pyc
*.pyo
*.pyd
/venv/
/dist/
*.egg-info/
.Python
.idea/
.vscode/
*.swp
*~
.DS_Store
Thumbs.db
.env
