add readme and .env files

This commit is contained in:
2026-01-17 15:41:05 -05:00
parent b93d41c1ae
commit a5a76743c7
5 changed files with 466 additions and 2 deletions

47
.gitignore vendored
View File

@@ -119,4 +119,49 @@ helperfunctions/
test.py
tools/
nginx.txt
app/node_modules/
app/node_modules/
# Database files
*.db
*.sqlite
*.sqlite3
# Docker
.dockerignore
# Local development
.env.local
.env.development
.env.production
# Logs
*.log
logs/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.bak
*.swp
*.swo
# Coverage reports
.coverage
htmlcov/
coverage.xml
# Migrations (if using Alembic or similar)
alembic/versions/*.py
!alembic/versions/
# Testing
.tox/
.cache/
.pytest_cache/