chore: add .gitignore to exclude environment files and logs
This commit is contained in:
parent
926532a464
commit
20d9cfd23c
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Python virtual environment
|
||||||
|
.venv/
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
|
||||||
|
# Environment variables / Secrets (WIS-008)
|
||||||
|
.env
|
||||||
|
.envrc
|
||||||
|
secrets.json
|
||||||
|
|
||||||
|
# VS Code settings
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Windows system files
|
||||||
|
Thumbs.db
|
||||||
|
desktop.ini
|
||||||
|
|
||||||
|
# MCP Inspector logs
|
||||||
|
logs/
|
||||||
Loading…
x
Reference in New Issue
Block a user