gitingest/.gitignore
2025-07-04 17:39:40 +02:00

40 lines
434 B
Text

# Operating-system
.DS_Store
Thumbs.db
# Editor / IDE settings
.vscode/
!.vscode/launch.json
.idea/
*.swp
# Python virtual-envs & tooling
.venv*/
.python-version
__pycache__/
*.egg-info/
*.egg
.ruff_cache/
# Test artifacts & coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/
# Build, distribution & docs
build/
dist/
*.wheel
# Logs & runtime output
*.log
logs/
*.tmp
tmp/
# Project-specific files
history.txt
digest.txt