15 lines
107 B
Plaintext
15 lines
107 B
Plaintext
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
.env
|
|
.venv
|
|
venv/
|
|
data/*.db
|
|
logs/*.log
|
|
.git
|
|
.gitignore
|
|
.DS_Store
|
|
*.md
|