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

# IDE
.idea/

# Environment
.env
venv/
.venv/

# Token
token.txt

# OS
.DS_Store
