trying to figure out best project structure
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -1,5 +1,7 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
# also exclude nested __pycache__ directories
|
||||
**/__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
@@ -8,3 +10,6 @@ wheels/
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
# exclude ruff cache
|
||||
.ruff_cache/
|
||||
|
||||
Reference in New Issue
Block a user