Initial commit
This commit is contained in:
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Ignore testing artifacts.
|
||||
*.toml
|
||||
*.json
|
||||
!pyproject.toml
|
||||
|
||||
# Python
|
||||
**/__pycache__/
|
||||
**/*.egg-info
|
||||
venv/
|
||||
Reference in New Issue
Block a user