# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
.build/
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

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

# Environment variables
.env
.env.*

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Application artifacts
*.mp4
*.tmp
*.log
downloads/
*.sqlite
venv/
.env.local
.env.test
.cache/
/.venv
.playwright/
