# Dependencies node_modules npm-debug.log* yarn-debug.log* yarn-error.log* # Build outputs dist coverage *.tsbuildinfo # Environment and secrets .env .env.* !.env.example # Git .git .gitignore .gitattributes # CI/CD .forgejo .github .gitlab-ci.yml # Documentation docs README.md *.md !package.json # Tests test *.test.ts *.spec.ts vitest.config.ts # IDE .vscode .idea *.swp *.swo *~ # OS .DS_Store Thumbs.db # Docker Dockerfile* docker-compose*.yml compose*.yml .dockerignore # Logs logs *.log