Files
stiftung-management-system/.gitignore
Stiftung Development 9075f68d16 Add gitignore for sensitive files and Docker Compose path fix script
- Add ACCOUNTS.txt and other sensitive files to .gitignore
- Add fix-paths.sh script for correcting Docker Compose volume paths
- Prevent accidental commit of passwords and API tokens
2025-09-10 23:07:32 +02:00

138 lines
1.3 KiB
Plaintext

# Sensitive files
ACCOUNTS.txt
*.key
*.pem
*.p12
# 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
MANIFEST
# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Virtual Environment
.venv/
venv/
env/
ENV/
# Environment Variables
.env
.env.local
.env.production
.env.staging
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Docker
.dockerignore
# Media and Static Files (production)
media/
staticfiles/
# Backups
backups/
*.tar.gz
*.sql
*.dump
# Test Files
test_*.py
debug_*.py
final_*.py
# Logs
logs/
*.log
# Node modules (if any frontend)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Coverage
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Documentation
docs/_build/
# PyCharm
.idea/
# Jupyter Notebook
.ipynb_checkpoints
# celery beat schedule file
celerybeat-schedule
# SageMath parsed files
*.sage.py
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
logs
dev-debug.log
# Dependency directories
# Environment variables
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# OS specific
# Task files
# tasks.json
# tasks/