Files
knoxmakers-inkscape/extensions/botbox3000/.gitignore
haxbot 378853c641
All checks were successful
version / update-version (release) Successful in 10s
bundle: update (2026-06-22)
2026-06-22 09:22:23 +00:00

20 lines
287 B
Plaintext

# Hidden files and directories (everything starting with .)
.*
# Build output (release zips and their signatures)
dist/
# Python cache (but keep bundled deps/)
__pycache__/
*.py[cod]
*$py.class
.Python
# But don't ignore this .gitignore file itself
!.gitignore
# IDEs
*.swp
*.swo
*~