Files
stiftung-management-system/.gitignore
Stiftung Development 2b0114e03f SECURITY: Remove .env from Git tracking and add to .gitignore
- Remove sensitive .env file from Git repository
- Add comprehensive .env file patterns to .gitignore
- Prevent accidental commit of environment variables and secrets
2025-09-10 23:26:28 +02:00

142 lines
1.3 KiB
Plaintext

# Sensitive files
ACCOUNTS.txt
*.key
*.pem
*.p12
.env
app/.env
*.env.local
*.env.production
# 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/