# Dependencies
.venv/
venv/
env/
ENV/
node_modules/

# Python
**/__pycache__/
**/*.py[cod]
*$py.class
**/*.so
.Python
*.egg-info/
dist/
build/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/

# PyInstaller
*.spec
!backend/opentester.spec
**/build/
**/dist/

# Frontend
frontend/dist/
frontend/node_modules/
frontend/pnpm-lock.yaml
frontend/pnpm-workspace.yaml

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

# Logs
.logs/
*.log

# OS
.DS_Store
Thumbs.db

# Claude Code
.claude/worktrees/

# Project specific
*.pid
claude-desktop-config.json
