mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-17 11:10:13 +00:00
17 lines
338 B
Text
17 lines
338 B
Text
.env
|
|
.vscode/
|
|
.idea/
|
|
venv/
|
|
|
|
*.pyc
|
|
pluralkit.conf
|
|
pluralkit.*.conf
|
|
|
|
#ignores the __init__.py files they are blank and create unneeded writes to disks, with the expection of
|
|
# src/pluralkit/bot/commands/__init__.py
|
|
# and
|
|
# src/pluralkit/bot/__init__.py
|
|
|
|
*__init__.py
|
|
!/src/pluralkit/bot/commands/__init__.py
|
|
!src/pluralkit/bot/__init__.py
|