Files
station-master/.gitignore
T
2026-07-31 07:19:57 -04:00

24 lines
180 B
Plaintext

# OS
.DS_Store
Thumbs.db
# Editors
.vscode/
.idea/
*.swp
# Dependencies / build output
node_modules/
dist/
build/
target/
__pycache__/
*.pyc
# Env
.env
.env.local
# Logs
*.log