gitignore added

This commit is contained in:
annous246 2025-07-02 19:44:35 +01:00
parent 5fed665a3c
commit 911bbda08f

38
.gitignore vendored Normal file
View File

@ -0,0 +1,38 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
venv/
env/
.venv/
# IDE stuff
.vscode/
.idea/
# Environment variables (never push your .env!)
.env
.env.*
# Flask instance folder (if you use it to store configs)
instance/
# Database files (if using SQLite)
*.sqlite3
# Logs
*.log
# Cache files
*.cache
# Python egg files
*.egg-info/
dist/
build/
# System files
.DS_Store
Thumbs.db