Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 32 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,35 @@ test_issues_report.md
test_upload.txt
test_voice.ogg
sticker.webp
two.png
two.png
# === appended by migration ===
node_modules/
.next/
.turbo/
.nuxt/
dist/
build/
out/
target/
.cache/
.parcel-cache/
.svelte-kit/
.vercel/
.angular/
__pycache__/
*.pyc
*.pyo
.pytest_cache/
venv/
.venv/
env/
myenv/
.tox/
*.log
*.log.*
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
1 change: 0 additions & 1 deletion __init__.py

This file was deleted.

Loading