1
0
Files
ContentGeneration/.gitignore
2026-04-01 12:54:51 +02:00

67 lines
689 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
dist/
downloads/
.eggs/
*.egg-info/
*.egg
pip-wheel-metadata/
# Virtual environments
.venv/
venv/
env/
ENV/
# Unit test / coverage reports
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
# Type checker / linter caches
.mypy_cache/
.pyre/
.ruff_cache/
.pytype/
.dmypy.json
dmypy.json
# Jupyter Notebook
.ipynb_checkpoints/
# IDE/editor
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Logs and local runtime files
*.log
*.pid
# Local environment variables
.env
.env.*
# Project-specific artifacts
*.mp4
*.mov
*.avi
*.mkv