# Dasht App Specific
# Ignore the cache folder containing your live Access/Refresh tokens!
dasht_cache/

# PyInstaller (Exe building)
build/
dist/
*.spec

# Python standard ignores
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual Environments
venv/
env/
.env

# IDE / OS specific files
.vscode/
.idea/
.DS_Store
Thumbs.db