maybe good

This commit is contained in:
HotSwapp
2025-08-08 15:55:15 -05:00
parent ab6f163c15
commit b257a06787
80 changed files with 19739 additions and 0 deletions

98
.dockerignore Normal file
View File

@@ -0,0 +1,98 @@
# Docker ignore file for Delphi Database System
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Git
.git
.gitignore
# Docker
.dockerignore
Dockerfile*
docker-compose*.yml
# Logs
*.log
logs/
# Database (will be in volume)
*.db
*.sqlite
*.sqlite3
# Development files
.pytest_cache/
.coverage
htmlcov/
.tox/
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
# Backup files
*.bak
*.tmp
*~
# Local development
.env.local
.env.development
.env.test
# Node modules (if any)
node_modules/
npm-debug.log*
# Temporary files
temp/
tmp/