35 lines
378 B
Plaintext
35 lines
378 B
Plaintext
# # Ignore everything
|
|
# *
|
|
# # But not .py files
|
|
# !*.py
|
|
# # Include .gitignore itself
|
|
# !.gitignore
|
|
# # Recursively allow .py files in subdirectories
|
|
# !*/
|
|
|
|
# dist
|
|
# build
|
|
# !.gitkeep
|
|
# end old ignore
|
|
windows
|
|
linux
|
|
*.7z
|
|
|
|
__pycache__
|
|
build
|
|
dist
|
|
*.spec
|
|
notebooks
|
|
passcode
|
|
data
|
|
windows
|
|
linux
|
|
*.7z
|
|
*.7z
|
|
res
|
|
*.txt
|
|
|
|
# pixi environments
|
|
.pixi
|
|
*.egg-info
|