# Runtime artifacts
__pycache__/
build/
dist/
htmlcov/
venv/
env/

*.py[cod]
*$py.class
*.so
*.egg-info/
coverage.xml
*.swp

# Non-git hidden file patterns
.*
!.git*
!.projections.json
