Files
SaaS-PDF/.gitignore
Your Name 3f24a7ea3e feat: Enhance task access control and session management
- Implemented API and web task access assertions in the task status polling endpoint.
- Added functions to remember and check task access in user sessions.
- Updated task status tests to validate access control based on session data.
- Enhanced download route tests to ensure proper access checks.
- Improved SEO metadata handling with dynamic social preview images.
- Updated sitemap generation to include blog posts and new tools.
- Added a social preview SVG for better sharing on social media platforms.
2026-03-17 21:19:23 +02:00

57 lines
461 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg
.eggs/
venv/
.venv/
env/
# Node
node_modules/
frontend/dist/
frontend/build/
.npm
*.tsbuildinfo
# Environment
.env
.env.local
.env.production
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
desktop.ini
# Docker
docker-compose.override.yml
# Uploads & temp files
uploads/
tmp/
*.tmp
backend/data/*.db
# Logs
*.log
logs/
# Coverage
htmlcov/
.coverage
coverage/