first commit
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.DS_Store
|
||||
|
||||
# Local build/runtime artifacts
|
||||
.build/
|
||||
build/
|
||||
dist/
|
||||
*.spec
|
||||
*.log
|
||||
ProxyChainManager.app/
|
||||
|
||||
# Local operator state
|
||||
settings.json
|
||||
gost
|
||||
gost.exe
|
||||
*.sha256
|
||||
Reference in New Issue
Block a user