Add new file
This commit is contained in:
parent
b01d8c0eb7
commit
cb11586b9b
1 changed files with 54 additions and 0 deletions
54
slop-terminal/.gitignore
vendored
Normal file
54
slop-terminal/.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue