# Pulled form directories (form IDs are typically 20+ character alphanumeric strings)
# Don't commit downloaded form data
/[0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z][0-9a-zA-Z]*/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/

# Testing
.coverage
htmlcov/
.pytest_cache/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/
