spr migrated books, and tester

This commit is contained in:
buenosairesam
2025-12-31 09:07:27 -03:00
parent 21b8eab3cb
commit cccc6b5a93
136 changed files with 15763 additions and 472 deletions

56
atlas/.dockerignore Normal file
View File

@@ -0,0 +1,56 @@
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
# Virtual environments
venv/
env/
.venv/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Git
.git/
.gitignore
.gitattributes
# Environment files
.env
.env.*
!.env.example
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Build artifacts
dist/
build/
*.egg-info/
# Data and logs
data/
*.log
*.db
*.sqlite
*.sqlite3
# Documentation
*.md
!README.md
# Node (for frontend)
node_modules/
npm-debug.log
yarn-error.log
.next/