Files
domestic-scripts/.gitignore
2026-08-04 05:55:35 +00:00

11 lines
119 B
Plaintext

# Секреты — не заливать в репо
.env
secrets/
*.token
# Python
__pycache__/
*.pyc
.venv/
venv/