# Python
venv/
__pycache__/

# Credentials
api_token.py
.token

# Debugging logs
*.log

# Config files
*.json
# ... except pyright
!pyrightconfig.json

# PyCharm
.idea/
