*.csv

### Python ###

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

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# Environments
.env
.venv

# Other variables
.DS_Store
.vscode/

# Ignore egg-info, dist folders and build
*.egg-info
dist
build