Update assessments, scripts, and documentation

- Updated JSON assessment files for all levels
- Modified formbricks_assistant.py script
- Updated markdown assessment documents
- Added comprehensive Form_requirements.md documentation
- Updated tasks.md with current status
This commit is contained in:
Marco Gallegos
2026-01-19 14:28:48 -06:00
parent 25d07b20bf
commit a7dc46a4cc
21 changed files with 15949 additions and 2702 deletions

33
.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
# Environment variables
.env
.env.local
.env.*.local
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
.coverage
.pytest_cache/
.ruff_cache/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Temporary files
*.tmp
*.bak