-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy path.gitignore
More file actions
96 lines (87 loc) · 2.04 KB
/
.gitignore
File metadata and controls
96 lines (87 loc) · 2.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
tests/AdminCabinet/config/local.conf.json
/vendor
.idea
/composer.lock
sites/admin-cabinet/assets/img/cache
sites/admin-cabinet/assets/css/cache
sites/admin-cabinet/assets/js/cache
src/AdminCabinet/Views/Modules
.DS_Store
*.cache
CLAUDE.local.md
build
.config.json
docs
.playwright-mcp
# Python cache directories
tests/api/__pycache__/
tests/api/.pytest_cache/
tests/api/.hypothesis/
tests/api/**/__pycache__/
tests/pycalltests/__pycache__/
tests/pycalltests/.pytest_cache/
tests/pycalltests/**/__pycache__/
# Python compiled files
tests/api/*.pyc
tests/api/**/*.pyc
tests/pycalltests/*.pyc
tests/pycalltests/**/*.pyc
# Python dependencies (installed via pip)
tests/pycalltests/bin/pjsua2/linux-arm64/python_deps/
tests/pycalltests/vendor_deps/
# Environment files
.env
.env.*
!.env.example
!**/.env.example
tests/api/.env
**/.env
**/.env.*
!**/.env.example
# Temporary/debug files
tests/api/debug_*.py
tests/api/DEBUGGING_NOTES.md
tests/api/IMPLEMENTATION_SUMMARY.md
tests/api/STATUS.md
# Log files and temporary data
tests/api/*.log
tests/api/**/*.log
tests/api/*.tmp
tests/api/**/*.tmp
tests/api/.tmp-*
.hypothesis/*
# Translation batch processing temporary files
.claude/.review-pass
.claude/.translations-pass
.claude/temp/
.claude/*_translated.php
.claude/batch_*.json
.claude/batch_*.php
.claude/analyze_*.php
.claude/auto_translate_*.php
.claude/compare_*.php
.claude/merge_*.php
.claude/temp_*.php
.claude/translate_*.php
.claude/missing_*.json
.claude/translation_analysis_report.json
.claude/*.tar.gz
run-test-from-host.sh
node_modules/
seed.spec.ts
# Claude Code isolated Playwright workspace (for playwright-test MCP)
.claude/playwright/test-results/
!.claude/playwright/tests/seed.spec.ts
# cc-sessions runtime files
sessions/sessions-state.json
sessions/package.json
sessions/transcripts/
sessions/.archived/
sessions/mode-revert-debug.log
tests/pycalltests/.hypothesis/
# Claude Code local automation (worktrees, scheduling locks, TeamCity poll scripts)
.claude/worktrees/
.claude/scheduled_tasks.lock
# Local dev artifacts
/resources/mikopbx.db
/github-issue-*.md