Files
2025-2026/.gitignore
Bertrand Benjamin ecb80db158
Some checks failed
Publish content / build (push) Successful in 1m58s
Publish content / deploy (push) Successful in 46s
Sync to mirror repository / sync (push) Failing after 1m9s
Publish content / push (push) Successful in 1m36s
feat(core): add .opencode
2025-11-04 16:09:27 +01:00

107 lines
998 B
Plaintext

.opencode/
aux/
# Environnements virtuels Python
.venv/
venv/
env/
.env
# Cache Python
__pycache__/
*.py[cod]
*$py.class
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# uv
uv.lock
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# LaTeX temporaires
*.aux
*.log
*.out
*.toc
*.bbl
*.blg
*.fls
*.fdb_latexmk
*.synctex.gz
*.nav
*.snm
*.vrb
# Fichiers de sauvegarde
*.bak
*.backup
*~
# Fichiers temporaires
*.tmp
*.temp
# Vidéos (mentionné dans le Makefile)
video/
# Fichiers spécifiques au projet
*.ppm