🎉(core) shape of the project

Add all files we need to start the project. Only the `src` repository is
missing and will be added later by additional pull requests.
This commit is contained in:
Manuel Raynaud
2025-01-29 17:08:23 +01:00
parent 3fe656bc91
commit 2607d77153
32 changed files with 4291 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# Python
__pycache__
*.pyc
**/__pycache__
**/*.pyc
venv
.venv
# System-specific files
.DS_Store
**/.DS_Store
# Docker
compose.*
env.d
# Docs
docs
*.md
*.log
# Development/test cache & configurations
data
.cache
.circleci
.git
.vscode
.iml
.idea
db.sqlite3
.mypy_cache
.pylint.d
.pytest_cache
# Frontend
node_modules