Preliminary-V2 / .gitignore
maddes8cht's picture
update data
476074a
raw
history blame contribute delete
295 Bytes
# Exclude temporary and working files
*.fetched.parquet
*.test.parquet
*.ufetch.parquet
*.utest.parquet
*.fail*.parquet
*.ufail*.parquet
# Include only valid parquet files
!\*.valid.parquet
# Other common ignores
*.log
*.tmp
*.bak
*.cmd
.DS_Store
**pycache**/
*.pyc
.env
logs/