Files
knoxmakers-inkscape/extensions/botbox3000/.gitignore
2026-01-18 01:20:18 +00:00

17 lines
229 B
Plaintext

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