# Playwright
playwright-profile/
.playwright-mcp/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/
*.egg
*.egg-info/
dist/
build/
*.whl
*.pyc

# Jupyter Notebook
.ipynb_checkpoints/
*.ipynb_checkpoints/
**/.ipynb_checkpoints/

# Data files (prevent accidental commit of large data files)
*.parquet
*.csv
*.xlsx
*.db
*.sqlite
*.sqlite3
*.h5
*.hdf5
*.pkl
*.pickle

# Redis
dump.rdb

# Environment variables and secrets
.env
.env.local
.env.*.local
*.pem
*.key
*.crt

# Streamlit
.streamlit/secrets.toml

# IDE and Editors
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
*.sublime-*

# Testing and Coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/

# Logs
*.log
logs/

# Temporary files
*.tmp
.cache/
