You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
268 B
31 lines
268 B
### OS-specific
|
|
|
|
# Linux
|
|
*~
|
|
*.swp
|
|
.fuse_hidden*
|
|
.directory
|
|
|
|
# Windows
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
ehthumbs_vista.db
|
|
*.stackdump
|
|
[Dd]esktop.ini
|
|
$RECYCLE.BIN/
|
|
*.lnk
|
|
|
|
### Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
*.egg
|
|
*.egg-info/
|
|
|
|
### Pycharm
|
|
.idea/
|