Initial infrastructure documentation - comprehensive homelab reference
This commit is contained in:
41
Printing/.gitignore
vendored
Normal file
41
Printing/.gitignore
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
# Generated STL files
|
||||
*.stl
|
||||
|
||||
# Build artifacts
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
|
||||
# Virtual environments
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
desktop.ini
|
||||
|
||||
# Node.js (if accidentally included)
|
||||
node_modules/
|
||||
*.tar.xz
|
||||
*.tar.gz
|
||||
|
||||
# Temporary files
|
||||
*~
|
||||
*.tmp
|
||||
*.temp
|
||||
test_output.stl
|
||||
Reference in New Issue
Block a user