# Git .git .gitignore .gitattributes # Documentation *.md !README.md # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg .pytest_cache/ .coverage htmlcov/ # Virtual environments venv/ env/ ENV/ # IDE .vscode/ .idea/ *.swp *.swo *~ # Fichiers temporaires *.tmp *.log *.csv *.pdf # OS .DS_Store Thumbs.db