Files
tapehoard/.gitignore
T
2026-04-23 17:40:56 -04:00

64 lines
768 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
/build/
develop-eggs/
/dist/
downloads/
eggs/
.eggs/
# /lib/ <-- This was causing the issue, it's too broad
# /lib64/ <-- This was causing the issue, it's too broad
# Use more specific patterns if needed for python builds
/python-lib/
/python-lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Node / JS
/frontend/node_modules/
/frontend/build/
/frontend/.svelte-kit/
/frontend/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Database / SQLite
*.sqlite
*.sqlite3
*.db
# macOS
.DS_Store
# Editor / IDE
.vscode/
.idea/
*.swp
*.swo
# Project Specific
/staging/
/source_data/
/config/