Files
OpenLearnX/backend/.gitignore
T
2025-07-27 10:39:02 +05:30

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/