Initial commit
This commit is contained in:
+76
@@ -0,0 +1,76 @@
|
||||
# cust
|
||||
./*.csv
|
||||
|
||||
# Allow test fixture data
|
||||
!tests/fixtures/data/
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Virtual Environment
|
||||
venv/
|
||||
ENV/
|
||||
env/
|
||||
.venv/
|
||||
|
||||
# Flask specific
|
||||
instance/
|
||||
.webassets-cache
|
||||
*.log
|
||||
|
||||
# SQLite database files
|
||||
*.sqlite3
|
||||
*.db
|
||||
|
||||
# Migrations
|
||||
migrations/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# Pytest cache files
|
||||
.pytest_cache/
|
||||
|
||||
# Node.js/Frontend (Vite + React + Tailwind CSS)
|
||||
|
||||
# Node modules
|
||||
node_modules/
|
||||
|
||||
# Build output
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Local environment variables
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
|
||||
# Log files
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# General
|
||||
|
||||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Git specific
|
||||
.git/
|
||||
|
||||
# MacOS specific
|
||||
**/.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user