# Python
__pycache__/
*.pyc
.pytest_cache/

# Environments
.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/
__pycache__/
*.pyc
.pytest_tmp/
.pytest_cache/
tests_output.txt