# python
*.py[co~]
__pycache__
# Ignoring build dir
/build
/dist
/src/*.egg-info/
/src/*.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]
# Some commits ignored by git blame
.git-blame-ignore-revs
# Some tools with create this
uv.lock
