chore: initialize repository scaffolding
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.env
|
||||
.venv/
|
||||
.env.*
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
node_modules/
|
||||
.next/
|
||||
dist/
|
||||
build/
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
coverage/
|
||||
Reference in New Issue
Block a user