csc8114 / .gitignore
.gitignore
Raw
# LaTeX build artifacts
*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.run.xml
*.synctex.gz
*.toc
*.lof
*.lot
*.nav
*.snm
*.vrb
*.dvi
*.ps
*.xdv
*.synctex
*.synctex(busy)
*.pdf
!paper/diagrams/**/*.pdf

# Editor temp files
*.swp
*~
*.backup
.DS_Store
.idea

# Compiled PDF — uncomment the next line if you want to track the PDF in git
# *.pdf

# Python & Environment
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
ENV/
env.bak/
venv.bak/

# Data & Machine Learning
code/dataset/
*.csv
*.parquet
*.pt
*.pth

# IDEs & System
.vscode/
.DS_Store
.claude
AGENTS.md
CLAUDE.md

# Auto-generated gRPC code
code/proto/*_pb2.py
code/proto/*_pb2_grpc.py

# Training results & logs (runtime output, not source)
code/results*/
code/bestweights*/
code/matrix_configs