🙈 chore: ignore Python compiled files

Add *.pyc to .gitignore to exclude Python bytecode files
from version control (used by skill-creator tooling)
This commit is contained in:
Lorenz Hilpert
2025-10-23 19:00:43 +02:00
parent f7209dd0a3
commit 0f4199e541

1
.gitignore vendored
View File

@@ -77,3 +77,4 @@ vitest.config.*.timestamp*
nx.instructions.md
CLAUDE.md
*.pyc