Files
2025-2026/.gitignore
Bertrand Benjamin 4f0754145c
Some checks failed
Publish content / push_raw (push) Has been cancelled
core: add aux/ to gitignore
2025-08-20 11:50:07 +02:00

106 lines
987 B
Plaintext

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