Files
shopdb-flask/.gitignore
cproudlock eefd7c4554 Add git-crypt encryption for .env
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 12:47:08 -05:00

59 lines
448 B
Plaintext

# 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
# Virtual environments
venv/
ENV/
env/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Flask
instance/
*.db
*.sqlite
# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
# Logs
logs/
*.log
# OS
.DS_Store
Thumbs.db
# Node/Frontend
node_modules/
frontend/dist/
*.local