PaiGram/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

59 lines
609 B
Plaintext
Raw Normal View History

2022-07-26 10:07:31 +00:00
### Code Editor ###
# VSCode
.vscode/
*.code-workspace
.history
.ionide
# Pycharm
*.iws
.idea/
out/
# macOS Finder
**/.DS_Store
2022-07-26 10:07:31 +00:00
### Python ###
# Environments
env/
venv/
cache/
temp/
2022-07-26 10:07:31 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyc
### Customize ###
**_test.html
test_**.html
logs/
report/
data/
2022-07-26 10:07:31 +00:00
/resources/*/*/test/
plugins/genshin/daily/daily.json
2022-10-07 05:20:15 +00:00
metadata/data/
resources/assets/
### DotEnv ###
.env
### private plugins ###
plugins/private
# Unit test / coverage reports
.pytest_cache
### mtp ###
paimon.session
PaimonBot.session
PaimonBot.session-journal