mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 12:02:16 +00:00
35 lines
331 B
Plaintext
35 lines
331 B
Plaintext
|
### Code Editor ###
|
||
|
|
||
|
# VSCode
|
||
|
.vscode/
|
||
|
*.code-workspace
|
||
|
.history
|
||
|
.ionide
|
||
|
|
||
|
# Pycharm
|
||
|
*.iws
|
||
|
.idea/
|
||
|
out/
|
||
|
|
||
|
### Python ###
|
||
|
|
||
|
# Environments
|
||
|
env/
|
||
|
venv/
|
||
|
cache/
|
||
|
|
||
|
# Byte-compiled / optimized / DLL files
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
*$py.class
|
||
|
*.pyo
|
||
|
*.pyc
|
||
|
|
||
|
### Customize ###
|
||
|
|
||
|
config/config.json
|
||
|
**_test.html
|
||
|
test_**.html
|
||
|
logs/
|
||
|
/resources/*/*/test/
|