Initial commit: handshapes multiclass project
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Ignore everything
|
||||
*
|
||||
|
||||
# But not directories (so git can traverse into them)
|
||||
!*/
|
||||
|
||||
# Allow these file types
|
||||
!*.py
|
||||
!*.txt
|
||||
!*.md
|
||||
!*.sh
|
||||
|
||||
# Don't ignore .gitignore itself
|
||||
!.gitignore
|
||||
Reference in New Issue
Block a user