21 lines
149 B
Plaintext
21 lines
149 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.env
|
|
.env.local
|
|
*.log
|
|
.git/
|
|
.gitignore
|
|
README.md
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
tests/
|
|
*.db
|
|
*.sqlite
|