Initial upload: CodeGuard-CLI v0.1.0
This commit is contained in:
17
.codeguardignore
Normal file
17
.codeguardignore
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
__pycache__
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
.Python
|
||||||
|
*.so
|
||||||
|
*.egg
|
||||||
|
*.egg-info
|
||||||
|
dist
|
||||||
|
build
|
||||||
|
node_modules
|
||||||
|
.env
|
||||||
|
.git
|
||||||
|
.venv
|
||||||
|
venv
|
||||||
|
.DS_Store
|
||||||
|
*.log
|
||||||
Reference in New Issue
Block a user