mirror of
https://github.com/daimyomizukagebay61/SteamPanel.git
synced 2026-07-25 11:44:28 +00:00
41 lines
381 B
Plaintext
41 lines
381 B
Plaintext
# Environment / local config
|
|
.env
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.egg-info/
|
|
*.egg
|
|
dist/
|
|
build/
|
|
venv/
|
|
.venv/
|
|
docs/
|
|
|
|
# Frontend
|
|
frontend/node_modules/
|
|
|
|
# app/static/assets/
|
|
# app/static/index.html
|
|
|
|
# User data — DB, mafiles, logs, settings
|
|
data/
|
|
|
|
# IDE / tools
|
|
.github/
|
|
.vscode/
|
|
.history/
|
|
.serena/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Misc
|
|
example/
|
|
*.log
|
|
*.mafile
|