16 lines
122 B
Plaintext
16 lines
122 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.swp
|
|
*.log
|
|
.env
|
|
.venv
|
|
venv
|
|
.git
|
|
.gitignore
|
|
.vscode
|
|
**/.DS_Store
|
|
*.sqlite3
|
|
*.db
|
|
.idea
|
|
node_modules
|