ISO-27001-Risk-Management/.gitignore
2025-09-08 08:10:30 +02:00

79 lines
No EOL
852 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Django stuff:
*.log
*.pot
*.pyc
*.sqlite3
db.sqlite3
media/
staticfiles/
static/
# If you are using WhiteNoise for static file management
static_root/
# Django migrations (optional nur ignorieren wenn du sie nicht versionieren willst)
# **/migrations/
# PyInstaller
*.manifest
*.spec
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE / Editor stuff
.vscode/
.idea/
*.swp
*.swo
*.sublime-project
*.sublime-workspace
# System files
.DS_Store
Thumbs.db
db.sqlite3