# Environment variables
.env
.env.local
.env.*.local

# Data cache
data_cache/
data_cache/*.json

# Ignore JSON files except in frontend
*.json
!frontend/*.json
!frontend/**/*.json

# 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
MANIFEST

# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Logs
*.log
logs/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Jupyter Notebook
.ipynb_checkpoints
friday_options_income/*.db
*.db

# Python cache
__pycache__/
*.py[cod]
*$py.class
