PaiGram/.gitignore
omg-xtao b477dc7648
🐛 修复模板复用不正确导致的错误并改进代码避免触发洪水模式
Co-authored-by: Karako <karakohear@gmail.com>
Co-authored-by: 洛水居室 <luoshuijs@outlook.com>
2022-09-18 01:33:11 +08:00

54 lines
559 B
Plaintext

### Code Editor ###
# VSCode
.vscode/
*.code-workspace
.history
.ionide
# Pycharm
*.iws
.idea/
out/
### Python ###
# Environments
env/
venv/
cache/
temp/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyc
### Customize ###
**_test.html
test_**.html
logs/
report/
/resources/*/*/test/
plugins/genshin/daily/daily.json
resources/assets/
### DotEnv ###
.env
### private plugins ###
plugins/private
# Unit test / coverage reports
.pytest_cache
### mtp ###
paimon.session
PaimonBot.session
PaimonBot.session-journal