PaiGram/.gitignore

33 lines
309 B
Plaintext
Raw Permalink Normal View History

2022-07-20 15:37:25 +00:00
### Code Editor ###
2022-05-18 15:35:02 +00:00
2022-07-20 15:37:25 +00:00
# VSCode
2022-05-18 15:35:02 +00:00
.vscode/
2022-07-20 15:37:25 +00:00
*.code-workspace
.history
.ionide
# Pycharm
*.iws
2022-05-18 15:35:02 +00:00
.idea/
2022-07-20 15:37:25 +00:00
out/
### Python ###
# Environments
env/
2022-05-18 15:35:02 +00:00
venv/
cache/
2022-05-18 15:35:02 +00:00
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyc
2022-07-20 15:37:25 +00:00
### Customize ###
config/config.json
**_test.html
test_**.html
logs/