directed-backend-host / .gitignore
rayymaxx's picture
Made app
868c437
raw
history blame contribute delete
120 Bytes
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.db
# Env
.env
.venv/
venv/
# IDEs
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db