inference-lamp-api / .gitignore
alexfremont's picture
first commit for API
38a3c61
raw
history blame contribute delete
347 Bytes
# Ignore environment files
.env
# Ignore Python cache files
__pycache__/
*.py[cod]
# Ignore Docker files
*.log
*.tmp
# Ignore system files
.DS_Store
Thumbs.db
# Ignore IDE/editor specific files
.vscode/
.idea/
*.sublime-workspace
*.sublime-project
# Ignore node_modules if using Node.js
node_modules/
# Ignore build directories
dist/
build/