mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
59 lines
609 B
Plaintext
59 lines
609 B
Plaintext
### Code Editor ###
|
|
|
|
# VSCode
|
|
.vscode/
|
|
*.code-workspace
|
|
.history
|
|
.ionide
|
|
|
|
# Pycharm
|
|
*.iws
|
|
.idea/
|
|
out/
|
|
|
|
# macOS Finder
|
|
**/.DS_Store
|
|
|
|
### 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/
|
|
data/
|
|
/resources/*/*/test/
|
|
plugins/genshin/daily/daily.json
|
|
metadata/data/
|
|
resources/assets/
|
|
|
|
### DotEnv ###
|
|
.env
|
|
|
|
|
|
### private plugins ###
|
|
plugins/private
|
|
|
|
|
|
# Unit test / coverage reports
|
|
.pytest_cache
|
|
|
|
### mtp ###
|
|
paimon.session
|
|
PaimonBot.session
|
|
PaimonBot.session-journal
|