# PyCharm and other JetBrains IDEs
.idea/
*.iml
*.iws
*.ipr
.idea_modules/

# 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
.venv
env.bak/
venv.bak/

# Jupyter Notebook
.ipynb_checkpoints

# pytest
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Logs
logs/
*.log

# OS specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Browser automation artifacts

*.jpg
*.jpeg
*.gif
*.pdf
*.svg
screenshots/

# Local configuration
.env.local
.env.development.local
.env.test.local
.env.production.local

# Playwright
node_modules/
playwright-report/
test-results/

# Ruff
.ruff_cache/

# VS Code
.vscode/
*.code-workspace

config.yaml
.idea
*.bak

.gradio