mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-05-22 20:41:17 +00:00
22 lines
189 B
Plaintext
22 lines
189 B
Plaintext
# python and toolchains
|
|
.mypy_cache/
|
|
__pycache__/
|
|
|
|
# idea
|
|
.idea/
|
|
.vscode/
|
|
.venv/
|
|
venv/
|
|
|
|
# platform
|
|
# macOS
|
|
**/.DS_Store
|
|
# windows
|
|
Thumbs.db
|
|
# linux
|
|
|
|
# development
|
|
.env
|
|
.env.*
|
|
plugins/
|
|
data/ |