# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
wheels/

# Virtual environments
.venv/
venv/
env/
.env

# Environment / secrets
.env.*
*.env
secrets.toml

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Linting / type checking
.ruff_cache/
.mypy_cache/

# Distribution / packaging
MANIFEST
*.tar.gz
*.whl
SDist/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Datasets saved by tools
datasets/
*.csv
*.parquet

# ML models saved by tools
*.joblib
*.pkl

# Playwright / browser-use
playwright-report/
test-results/

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

# macOS
.DS_Store

# Windows
Thumbs.db

*.xlsx
*.csv
*.parquet

# Pipeline logs
collect.log
*.log
