Datasets:
# 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/ |