# IntelliJ project files
.idea
*.iml
out
gen

# Python build / packaging
build/
dist/
*.egg-info/
__pycache__/
*.py[cod]

# Virtualenvs / tooling
.venv/
venv/
.pytest_cache/
.coverage
htmlcov/