.idea
.DS_Store
.coverage
.pytest_cache

# Virtual environments
.venv/
env/
venv/

# Build artifacts
build/
dist/
*.egg-info/

# Testing
tests/logs/
tests/htmlcov/
htmlcov/
tests/remote_app.py

# Python
*.pyc
__pycache__/

# Lock files (keep uv.lock, ignore others)
Pipfile.lock
