annotation-dashboard / .gitignore
Gintarė Zokaitytė
Initial dashboard deployment
ffe022c
raw
history blame contribute delete
282 Bytes
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
# Credentials (DO NOT COMMIT)
.streamlit/secrets.toml
.env
# Data cache (speeds up loading)
.cache.pkl
*.pkl
*.cache
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log