feat: init
perso/mcp-ics/pipeline/head Build queued...

This commit is contained in:
Julien Cabillot
2026-03-15 19:22:18 -04:00
commit ee0d719142
7 changed files with 434 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Virtual environments
venv/
.venv/
env/
env.bak/
# Environment variables
.env
.env.local
# Python cache and compiled files
__pycache__/
*.py[cod]
*$py.class
*.so
# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
# OS generated files
.DS_Store
Thumbs.db