17 lines
122 B
Plaintext
17 lines
122 B
Plaintext
venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.sqlite3
|
|
*.db
|
|
|
|
# macOS
|
|
.DS_Store
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Docker artifacts (if any)
|
|
*.log
|
|
|