Browse Source

Добавлен gitignore

master
Mikhail Grebenkin 6 years ago
parent
commit
fd2a820c31
1 changed files with 51 additions and 0 deletions
  1. +51
    -0
      .gitignore

+ 51
- 0
.gitignore View File

@ -0,0 +1,51 @@
.idea/
# dotenv
.env
# virtualenv
.venv
venv/
ENV/
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# 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

Loading…
Cancel
Save

Powered by TurnKey Linux.