init: mirror a project folder onto the bot's application emojis for discord.py

Signed-off-by: disqualifier <dev@disqualifier.me>
This commit is contained in:
2026-07-02 19:59:13 -04:00
commit 77cfc6a10a
2 changed files with 87 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# claude
.claude/
# python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.eggs/
# env
.venv/
venv/
.env