Move to separate repo
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# Python virtual environment:
|
||||
.venv/
|
||||
# IDE project settings:
|
||||
.vscode/
|
||||
.idea/
|
||||
# Compiled scripts/documents:
|
||||
build/
|
||||
target/
|
||||
# Package lock files / version checksums / etc.:
|
||||
go.sum
|
||||
Cargo.lock
|
||||
# Ephemeral testing data:
|
||||
data/
|
Reference in New Issue
Block a user