mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-05-22 19:31:19 +00:00
27 lines
258 B
Plaintext
27 lines
258 B
Plaintext
# python and toolchains
|
|
.mypy_cache/
|
|
__pycache__/
|
|
.pytest_cache/
|
|
|
|
# idea
|
|
.idea/
|
|
.vscode/
|
|
.venv/
|
|
venv/
|
|
|
|
# platform
|
|
# macOS
|
|
**/.DS_Store
|
|
# windows
|
|
Thumbs.db
|
|
# linux
|
|
|
|
# development
|
|
.env
|
|
.env.*
|
|
plugins/
|
|
data/
|
|
configs/
|
|
config.yaml
|
|
config-dev.yaml
|
|
config-prod.yaml |