mirror of
https://github.com/daimyomizukagebay61/SteamPanel.git
synced 2026-07-25 03:34:30 +00:00
v 3.0.3
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user