*~
*.pyc
venv/*
__pycache__
build/*
dist/*
*.egg-info
.pytest_cache
.eggs

# test artifacts
.coverage
.coverage.*
coverage.xml
htmlcov/*
tests/e2e/pki/*.crt
tests/e2e/pki/*.srl
postgres-data

# test infrastructure
.env
sonar.apikey
jouled_test_env

# documentation artifacts
docs/_build

# IDE artifacts
.DS_Store
.vscode
.idea

# Jupyter notebook artifacts
*checkpoint.ipynb

# automatically generated version info
version.py

# scratch directory when working on incremental test coverage
incremental_coverages
current_coverages