.env
.env.*
!.env.example
node_modules/
.next/
dist/
__pycache__/
*.pyc
.pytest_cache/
.venv/
storage/screenshots/*
storage/audits/*
storage/exports/*
logs/*
backups/*
!storage/screenshots/.gitkeep
!storage/audits/.gitkeep
!storage/exports/.gitkeep
!logs/.gitkeep
!backups/.gitkeep
