# misc (editors, file systems, etc)

*.swo
*.swp
.idea
.vagrant
.DS_Store
.hypothesis
.vscode/

# generic build components

.runtimes
/hypothesis-python/branch-check
/pythonpython3.*

# python

*.pyc
*.pyo
venv*
.cache
.pytest_cache
.mypy_cache
docs/_build
*.egg-info
_build
.tox
.coverage
.pypirc
htmlcov
build
dist
.doctrees/
.venv/

# encrypted files
secrets.tar
secrets

# Rust build targets
target
