# Secrets — never commit
.env

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# E2E test artifacts (Playwright)
e2e_tests/test-results/
e2e_tests/videos/
e2e_tests/screenshots/
e2e-report/

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

# macOS
.DS_Store

# Docker
*.log
.env.prod
zerver_scp.sh

# Import script artefacts (may contain personal data)
Dozory*.xlsx
vykaz.xlsx
*.xlsx
!tests/fixtures/test_import.xlsx
import_events.json

# Copilot/Claude/Cave instructions (may contain personal/infra details)
.github/copilot-instructions.md
.cave
.dev-team
CLAUDE.md
