memoryotherone / .gitignore
artecnosomatic's picture
Deploy MemoryAI to memoryotherone
6c949e4
raw
history blame contribute delete
126 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
# Environment
.env
.venv
venv/
# Data
data/
models/
# IDE
.idea/
.vscode/
*.swp