# Bytecode and cache
__pycache__/
*.py[cod]
*$py.class
*.pyc
uv.lock
robola/handlers/__pycache__/

# Build artifacts
build/
dist/
*.egg-info/
.eggs/
/.pytest_cache/
/.mypy_cache/
/.coverage*
coverage.xml
htmlcov/

# Virtual environments
.venv/
venv/
env/
.env/
.env.*
.python-version

# Tooling
.tox/
.mypy_cache/
.pytest_cache/
pip-wheel-metadata/

# Editor cruft
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Logs
*.log

# Local config
settings.local.py
.env.local

# Temporary data
*.tmp
*.bak
