mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2026-08-24 02:24:14 -05:00
35 lines
383 B
Plaintext
35 lines
383 B
Plaintext
# Ignore local development files
|
|
**/.vscode
|
|
**/.DS_Store
|
|
/AGENTS.md
|
|
/docs
|
|
|
|
# Docker Secrets, Environment Files
|
|
**/secret.*
|
|
**/.env
|
|
**/.envrc
|
|
**/.direnv
|
|
|
|
# Ignore Ansible
|
|
**/.ansible
|
|
|
|
# Python
|
|
**/__pycache__/
|
|
**/*.py[cod]
|
|
**/*.pyo
|
|
**/*.pyd
|
|
**/.venv
|
|
**/venv/
|
|
**/.ruff_cache/
|
|
|
|
# Packaging
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
|
|
# Installation tracking
|
|
.installed-version
|
|
|
|
# Test outputs
|
|
config.yaml
|