-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
40 lines (35 loc) · 708 Bytes
/
.gitignore
File metadata and controls
40 lines (35 loc) · 708 Bytes
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
__pycache__
.DS_Store
src/*.pyc
res/fonts/glyphs
tmp/json/template.json
tmp/json/template_temp.json
tmp/json/template_glyf.json
tmp/json/template_output.json
tmp/json/template_glyf_handwritten.json
tmp/json/template_glyf_han_serif.json
tmp/cmap.json
tools/SVGCleaner.app
tools/ttf2ufo.pe
tools/ufo2ttf.pe
# Development tools
.lefthook-local.yml
.pytest_cache/
.coverage
htmlcov/
*.egg-info/
dist/
build/
# CI/CD generated reports
bandit-report.json
safety-report.json
benchmark.json
coverage.xml
# Python version management
.python-version
# Act (local GitHub Actions testing)
.actrc
act-commands.md
# VS Code user-specific settings (keep shared settings in repo)
.vscode/launch.json
.vscode/tasks.json