# Editor Configs
.DS_Store

# Environment Secrets
.env

# Cache
__pycache__/
.webassets-cache/
*/*.mypy_cache
*/*.pytest_cache

# Compiled Static Files
tor_weather/static/styles/
dist/

# Dev Database
*/*.db

# Logs
*/*.log