initial commit

This commit is contained in:
Tudor Sitaru
2026-01-06 13:52:00 +00:00
commit c65eb1a00f
37 changed files with 402537 additions and 0 deletions

44
.dockerignore Normal file
View File

@@ -0,0 +1,44 @@
# Virtual environment
venv/
.venv/
env/
# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
# IDE
.idea/
.vscode/
*.swp
*.swo
.cursor/
# Git
.git/
.gitignore
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Scripts (not needed in container)
scripts/
# Documentation
README.md
*.md
# OS files
.DS_Store
Thumbs.db
# Testing
.pytest_cache/
.coverage
htmlcov/