# Archive files
*.tar
*.zip
*.gzip
*.gz

# Data files
*.csv
*.txt
*.parquet
*.xls
*.mat

# Pickle files
*.pkl

# Build files
dist/

# Generated figures
*.pdf
*.png

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Jupyter Notebook
.ipynb_checkpoints

# Environments
.env

# Mac file systems
*.DS_Store

# Setup.py
.eggs
*.egg-info

# pytest
.pytest_cache
.coverage

# ruff
.ruff_cache

# mypy
.mypy_cache

# LaTeX
*.aux
*.bbl
*.bcf
*.blg
*.log
*.out
*.synctex.gz
*.toc
*.xml