Add new file

This commit is contained in:
Groupr 2025-07-17 01:32:22 +00:00
parent b01d8c0eb7
commit cb11586b9b

54
slop-terminal/.gitignore vendored Normal file
View file

@ -0,0 +1,54 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project specific - data and generated files
data/
!data/.gitkeep
!data/README.md
bin/
firecracker/
downloads/
logs/
*.log
# Generated Scripts directory (created by vars.sh)
Scripts/
# Environment files
.env