clean up
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# Environment — contains secrets, never commit
|
||||
.env
|
||||
|
||||
# Virtual environment
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Database and data — encrypted but still private
|
||||
data/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
howt*.md
|
||||
scripts/
|
||||
plans/
|
||||
mcp-servers
|
||||
|
||||
Reference in New Issue
Block a user