olympiads-ref / .gitignore
mavi88's picture
add git ignore
199ef54
raw
history blame
248 Bytes
# Ignore Python cache files
__pycache__/
*.py[cod]
# Ignore environment and build files
.env
.venv/
*.egg-info/
build/
dist/
# Ignore temporary files
*.log
*.tmp
*.bak
*.swp
duplicates_small_sample.csv
# Ignore system files
.DS_Store
Thumbs.db