ebookify-backend2 / .gitignore
Geetansh
initial commit
6604d8f
raw
history blame contribute delete
218 Bytes
# Virtual environment folders
MLvenv/
venv/
# Node.js dependencies
node_modules/
# Python cache
__pycache__/
*.py[cod]
*.pyo
# Other common Python and IDE ignores
*.ipynb_checkpoints
*.env
.DS_Store
.idea/
.vscode/