# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Kaggle
data/
*.zip

# Jupyter
.ipynb_checkpoints/

# R
.Rhistory
.RData

# Testing
.pytest_cache/
.coverage
htmlcov/
