# python
*.py[co~]
__pycache__
# Ignoring build dir
/build
/dist
/*.egg-info/
/*.eggs/
# Coverage reports
/.coverage*
/htmlcov
# Ignoring profiling reports
*.prof
*.lprof
# Tox and pytest
/.tox
/.cache
/.pytest_cache
# Virtualenv
/.env*
# IDE Files
/.idea
/.benchmarks
# Sonar
/.scannerwork
# Type checkers
/.mypy_cache
/.pyre
/.pytype
# Hypothesis
/.hypothesis
# Logs
tests.log
tests.log.[0-9]
# Generated by setuptools_scm
neobase/_version.py
# Some commits ignored by git blame
.git-blame-ignore-revs
