23 lines
173 B
Plaintext
23 lines
173 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
*.sqlite3
|
|
|
|
# Env
|
|
.env
|
|
.venv/
|
|
venv/
|
|
|
|
# Tooling
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|