feat: initial clean commit without build artefacts
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
# ---- Python artefacts --------------------------------------------------
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.so
|
||||
|
||||
# ---- Packaging ---------------------------------------------------------
|
||||
*.egg-info/
|
||||
build/
|
||||
dist/
|
||||
|
||||
# ---- Environments & tooling -------------------------------------------
|
||||
.env
|
||||
.venv/
|
||||
venv/
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# ---- macOS clutter -----------------------------------------------------
|
||||
.DS_Store
|
||||
|
||||
# ---- Secrets -----------------------------------------------------------
|
||||
client_secret.json
|
||||
|
||||
Reference in New Issue
Block a user