This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
fake-news-backup/.gitignore
2026-03-27 13:35:43 +01:00

36 lines
287 B
Plaintext

# Document
*.pdf
*.bak
*.tex.backup
*.tex~
*.synctex.gz
*.out
.bak
build/
_minted/
obj/
bin/
# Python
__pycache__/
.env
.envrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.ipynb_checkpoints/
# data bs
data/**
!data/
!data/**/
!data/**/.gitkeep
# general bs
.DS_Store
flake.lock
.vscode/