20 lines
195 B
Text
20 lines
195 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Virtualenv / local runtime
|
|
.venv/
|
|
.env
|
|
data/
|
|
*.db
|
|
*.sqlite
|
|
|
|
# Editors / OS
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|