# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST *.manifest *.spec pip-log.txt pip-delete-this-directory.txt .pytest_cache/ .coverage .coverage.* htmlcov/ .tox/ .nox/ .hypothesis/ .mypy_cache/ .dmypy.json dmypy.json .pyre/ .pytype/ cython_debug/ # Node.js / Frontend node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* dist/ dist-ssr/ *.local # Environment variables .env .env.local .env.*.local .venv venv/ ENV/ env/ env.bak/ venv.bak/ # IDE .vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json .idea/ *.swp *.swo *~ .DS_Store # Database *.db *.sqlite *.sqlite3 data/*.db data/*.sqlite # Uploads (fichiers utilisateur) uploads/* !uploads/.gitkeep !uploads/photos/.gitkeep !uploads/notices/.gitkeep !uploads/factures/.gitkeep # Logs *.log logs/ *.log.* # Docker .dockerignore # OS .DS_Store Thumbs.db # Temporary files *.tmp *.temp .cache/ # Testing .pytest_cache/ coverage/ .coverage # Build artifacts *.pyc *.pyo *.pyd .Python # Alembic alembic/versions/*.pyc