24 lines
198 B
Plaintext
24 lines
198 B
Plaintext
.env
|
|
.DS_Store
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
.*venv*/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage*
|
|
coverage.xml
|
|
.vscode/
|
|
.idea/
|
|
memory/
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
*.swo
|
|
*.bak
|
|
*.orig
|
|
*.rej
|