Codebase list setuptools-scm / debian/3.4.3+really3.3.3-2 .gitignore
debian/3.4.3+really3.3.3-2

Tree @debian/3.4.3+really3.3.3-2 (Download .tar.gz)

.gitignore @debian/3.4.3+really3.3.3-2raw · history · blame

### JetBrains template
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion

*.iml

## Directory-based project format:
.idea/

### Other editors
.*.swp


### Python template
# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class


# Distribution / packaging
.env/
env/
build/
dist/
.eggs/
lib/
lib64/
*.egg-info/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
.pytest_cache
nosetests.xml
coverage.xml
*,cover

# Sphinx documentation
docs/_build/