aiogram/.gitignore
2018-06-30 03:59:34 +03:00

62 lines
623 B
Text

### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.pytest_cache/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
# Sphinx documentation
docs/_build/
# virtualenv
.venv
venv/
ENV/
# JetBrains
.idea/
# Current project
experiment.py
# Doc's
docs/html
# i18n/l10n
*.mo