initial vibecoded... thing

This commit is contained in:
cyberbread-ru
2026-05-15 16:06:28 +04:00
commit 3b8451fa1c
9 changed files with 270 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
# Virtual environments
.venv/
venv/
env/
# Database
*.db
*.sqlite3
# Environment & secrets
.env
.env.*
# Logs
*.log
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/