78 lines
740 B
Plaintext
78 lines
740 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
.pnpm-debug.log*
|
|
package-lock.json
|
|
yarn.lock
|
|
pnpm-lock.yaml
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
|
|
# Environment files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
venv/
|
|
ENV/
|
|
env/
|
|
|
|
# Version control
|
|
.git/
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# IDE and editor files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test files
|
|
coverage/
|
|
__tests__/
|
|
jest.config.*
|
|
*.test.ts
|
|
.nyc_output
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
|
|
# Documentation
|
|
*.md
|
|
docs/
|
|
CHANGELOG
|
|
LICENSE
|
|
|
|
# Docker
|
|
docker-compose*.yml
|
|
docker-compose*.yaml
|
|
Dockerfile*
|
|
|
|
# Temporary files
|
|
tmp/
|
|
temp/
|
|
.tmp/
|
|
*.tmp
|
|
|
|
# Misc
|
|
.cursorrules
|
|
.mypy_cache/
|
|
.storage/
|
|
.cloud/
|
|
*.db
|
|
*.db-*
|
|
.cursor/
|
|
.cursor*
|
|
.cursorconfig |