Sources of Telegram bot for cryptopotato chat.
https://t.me/devpotato_bot
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.
46 lines
377 B
46 lines
377 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/
|
|
dist/
|
|
build/
|
|
|
|
### Pycharm
|
|
.idea/
|
|
|
|
# Misc
|
|
*log
|
|
*.bak
|
|
|
|
### Git repo
|
|
.git*
|
|
*.md
|
|
|
|
### Docker
|
|
docker-compose.yml
|
|
docker-compose.yaml
|
|
|