# ====================== # Python # ====================== __pycache__/ *.py[cod] *$py.class # Virtual environments .venv/ venv/ env/ # Packaging / builds build/ dist/ *.egg-info/ .eggs/ pip-wheel-metadata/ # Installer logs pip-log.txt pip-delete-this-directory.txt # Test / coverage .coverage .coverage.* htmlcov/ .pytest_cache/ .mypy_cache/ .ruff_cache/ # Jupyter .ipynb_checkpoints/ # ====================== # Node / Frontend # ====================== node_modules/ dist/ build/ npm-debug.log* yarn-debug.log* yarn-error.log* # ====================== # Data (WICHTIG) # ====================== *.parquet *.feather *.h5 *.hdf5 *.csv *.xlsx # ====================== # LaTeX (nur Source behalten) # ====================== latex/*.pdf latex/*.aux latex/*.log latex/*.out latex/*.toc latex/*.fdb_latexmk latex/*.fls latex/*.synctex.gz # ====================== # Logs # ====================== *.log # ====================== # macOS # ====================== .DS_Store # ====================== # IDE / Editor # ====================== .vscode/ .idea/ # ====================== # Misc # ====================== *.swp *.tmp # ====================== # logs # ====================== var/ licenses/gurobi.lic