-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
100 lines (97 loc) · 1.6 KB
/
.gitignore
File metadata and controls
100 lines (97 loc) · 1.6 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
97
98
99
100
# Command for packing the repo for AI
# repomix --ignore "cache/**/*,__pycache__/**/*,*.py[cod],*$py.class,dist/**/*,build/**/*,*.egg-info/**/*,*.egg,venv/**/*,env/**/*,ENV/**/*,venv_aarch64/**/*,audio_cache/**/*,api_cache.json,LICENSE,.vscode/**/*,.idea/**/*,*.swp,*.swo,.DS_Store,Thumbs.db,*.so,*.dll,*.dylib,core/web/**/*,core/database/*"
/core/__pycache__/
/audio_cache/
api_cache.json
# venv_aarch64/
.repomixignore
repomix-output.md
.repomix/bundles.json
repomix.config.json
/core/preferences.json
node_modules/
dist/
build/
preferences.json
download_cache.json
QuranCLI-Setup.exe
cache/quran_data.json
QuranCLI-Settings.json
# Additional ignores for build artifacts
*.deb
*.exe
*.msi
*.dmg
*.pkg
*.appimage
*.snap
*.flatpak
*.rpm
*.tar.gz
*.zip
# Windows installer files
*.iss
# Cache and temp files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
ENV/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git
.mypy_cache
.pytest_cache
.hypothesis
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Node.js
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Temporary files
*.tmp
*.temp
# Build directories
build/
dist/
cache/
# User settings (should not be committed)
QuranCLI-Settings.json
preferences.json
# Audio cache
audio_cache/
# API cache
api_cache.json
download_cache.json
# Debian build artifacts
*.deb
core/linux/debian/qurancli/
core/linux/debian/files
core/linux/debian/qurancli.substvars
core/linux/debian/.debhelper/
core/qurancli_*.buildinfo
core/qurancli_*.changes