Preliminary-V2 / .gitignore
maddes8cht's picture
Add LICENSE, README, .gitignore, and dataset_card.yaml for preliminary financial dataset
6ab6014
raw
history blame contribute delete
283 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 .DS_Store **pycache**/ \*.pyc .env logs/