LEAG-COALLOG/.gitignore
2026-03-17 11:57:51 +01:00

88 lines
1.1 KiB
Plaintext

# ======================
# 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)
# ======================
data/
*.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