.env

# Large files
*.geojson
*.pptx
*.ppt
*.pptm
*.xlsx
*.xls
*.xlsm
*.html

# Folders
/data/
**/data/
**/html/
/tests/
**/tests/
/output/*

# Cache files
code/cache/
**/cache/

# Common data files that might be large
*.parquet
*.feather
*.hdf5
*.h5
*.pkl
*.pickle
*.json

# Jupyter
*.ipynb
.ipynb_checkpoints/

# OS files
.Thumbs.db

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.env
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environment
.venv/
venv/
ENV/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS specific
.DS_Store
Thumbs.db

# Project specific
.ipynb_checkpoints/
output/
cache/
