# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

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

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

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Node.js/Next.js
node_modules
/.next/
/out/
/build
/dist
/logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# Environment variables
.env*

# Vercel
.vercel

# TypeScript
*.tsbuildinfo
next-env.d.ts

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/

# Local development
local_settings.py
db.sqlite3
db.sqlite3-journal
downloaded_data