timeweb-loodka/.gitignore
q cfdfd27196 Initial commit: Timeweb floating IP grabber
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 19:45:26 +03:00

16 lines
162 B
Text

# Secrets — do NOT commit
.env
accounts.txt
proxies.txt
# Python
venv/
.venv/
__pycache__/
*.py[cod]
*.egg-info/
# Editors / tooling
.claude/
.idea/
.vscode/