dist/
tmp/
out-tsc/
**/build/
**/www/

.angular/
.angular/cache/
.ngtoolscache/
.ngcache/

coverage/
**/coverage/
nyc_output/

node_modules/

package-lock.json
yarn.lock
pnpm-lock.yaml
**/npm-shrinkwrap.json

.idea/
.history/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/mcp.json

*.iml
*.sublime-*

.env
.env.*
!.env.example
.secrets
*.key
*.pem
*.p12

src/environments/environment.ts

.claude/settings.local.json
.claude/history/
.claude/commands/

*.log
npm-debug.log*
yarn-error.log*
logs/
*.tmp
*.temp
**/.temp/

.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini

**/assets/fonts/
**/assets/icons/*.{ttf,woff,woff2,eot,otf}
*.ttf
*.woff
*.woff2
*.eot
*.otf
**/assets/images/*.{jpg,jpeg,png,gif,bmp,webp,ico,svg}
**/assets/*.{pdf,doc,docx,xls,xlsx,zip,rar,7z}
**/__tests__/
**/*.spec.ts
**/*.test.ts
**/*.e2e-spec.ts
**/*.mock.ts
**/testing/
**/mocks/
**/generated/
**/swagger-gen/
**/api/gen/
**/*.generated.ts
**/*.g.ts
**/speed-measure-plugin.json
**/webpack-stats.json
**/.angular-build-stats/
docs/swagger.json
docs/antiplagiat_api.json
**/openapi.json
**/api-spec.yaml
