mirror of
https://github.com/th30d4y/OpenLearnX.git
synced 2026-05-26 19:26:33 +00:00
23 lines
218 B
Plaintext
23 lines
218 B
Plaintext
# 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/
|