PaiGram/.gitignore
2023-02-11 16:20:20 +08:00

64 lines
665 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/
### Docker ###
redis_data/
db_data/
docker-compose.yml
### DotEnv ###
.env
### private plugins ###
plugins/private
# Unit test / coverage reports
.pytest_cache
### mtp ###
paimon.session
PaimonBot.session
PaimonBot.session-journal