25 lines
233 B
Plaintext
25 lines
233 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.eggs/
|
|
build/
|
|
dist/
|
|
.venv/
|
|
venv/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
coverage.xml
|
|
|
|
# Secrets and local config
|
|
.env
|
|
config.toml
|
|
credentials
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|