Files
ss-tools/.gitignore
2025-12-19 22:40:28 +03:00

19 lines
182 B
Plaintext

*__pycache__*
*.ps1
keyring passwords.py
*logs*
*github*
*venv*
*git*
*tech_spec*
dashboards
# Python specific
*.pyc
dist/
*.egg-info/
# Node.js specific
node_modules/
build/
.env*