2025-01-25 16:20:03 +01:00
|
|
|
# Temporary files
|
|
|
|
**/*.log
|
|
|
|
**/data
|
2025-01-25 16:39:58 +01:00
|
|
|
**/out
|
2025-01-25 16:20:03 +01:00
|
|
|
|
2025-01-25 16:39:58 +01:00
|
|
|
**.env
|
|
|
|
**!.env.example
|
2025-01-25 16:20:03 +01:00
|
|
|
|
|
|
|
# IDE
|
|
|
|
**/.idea/
|
|
|
|
|
|
|
|
# dependencies
|
|
|
|
**/node_modules
|
|
|
|
**/.pnp
|
|
|
|
**/.pnp.js
|
|
|
|
|
|
|
|
# testing
|
|
|
|
**/coverage
|
|
|
|
|
|
|
|
# next.js
|
|
|
|
**/.next/
|
|
|
|
**/out/*
|
|
|
|
|
|
|
|
|
|
|
|
# production
|
|
|
|
**/build
|
|
|
|
|
|
|
|
|
|
|
|
# misc
|
|
|
|
**/.DS_Store
|
|
|
|
**/*.pem
|
|
|
|
|
|
|
|
|
|
|
|
# debug
|
|
|
|
**/npm-debug.log*
|
|
|
|
**/yarn-debug.log*
|
|
|
|
**/yarn-error.log*
|
|
|
|
|
|
|
|
# local env files
|
|
|
|
**/.env*.local
|
|
|
|
|
|
|
|
# vercel
|
|
|
|
**/.vercel
|
|
|
|
|
|
|
|
# typescript
|
|
|
|
**/*.tsbuildinfo
|
|
|
|
**/next-env.d.ts
|
|
|
|
|
|
|
|
# Latex
|
|
|
|
!**/out/*.pdf
|
|
|
|
**/auxil/*
|
2025-01-25 16:39:58 +01:00
|
|
|
|
|
|
|
# python
|
|
|
|
**/__pycache__/
|
|
|
|
**/.pytest_cache/
|
|
|
|
**/.mypy_cache/
|
|
|
|
**/.coverage
|