Files

20 lines
149 B
Plaintext
Raw Permalink Normal View History

2026-09-13 19:59:54 +01:00
.git
.gitignore
.env
*.md
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
.env.local
data/
*.db
*.sqlite*
.DS_Store
.idea/
.vscode/
node_modules/
tests/