# Python
__pycache__/
*.pyc
.pytest_cache/
# Environments
.vscode/
.venv/
.env
# Local data and outputs
data/*
results/*
logs/*
# Keep folders empty
!data/.gitkeep
!results/.gitkeep
!logs/.gitkeep
# Distribution and build files
dist/
*.egg-info/
build/
.pytest_tmp/
site/
tests_output.txt
