| 123456789101112131415161718192021222324252627282930 |
- *.bak
- *.pyc
- *.xml
- *.tar.gz
- *.iml
- *.zip
- *.icls
- /_windows/
- /codestyles/
- # Temp
- build/
- dist/
- *.egg-info/
- colors
- # IDE
- .idea/
- .env
- # jupyter
- .ipynb_checkpoints
- #docs/source/_static/
- #docs/source/_templates/
- .DS_Store
- .pytest_cache
- logs/
- !crypto_info.zip
|