mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-27 19:56:29 +00:00
Fix .gitignore: stop tracking ignored files
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Python environment
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Python bytecode and cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
|
||||
# Logs and DB
|
||||
*.log
|
||||
*.sqlite3
|
||||
|
||||
# Editor and system files
|
||||
.vscode/
|
||||
.idea/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Foundry (if using)
|
||||
cache/
|
||||
out/
|
||||
Reference in New Issue
Block a user