Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
soleng-terraform[bot] authored Nov 2, 2024
1 parent 75c61be commit 5b24b33
Showing 1 changed file with 28 additions and 27 deletions.
55 changes: 28 additions & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,44 +1,45 @@
# TypeScript
node_modules/
# This file is centrally managed as a template file in https://github.com/canonical/solutions-engineering-automation
# To update the file:
# - Edit it in the canonical/solutions-engineering-automation repository.
# - Open a PR with the changes.
# - When the PR merges, the soleng-terraform bot will open a PR to the target repositories with the changes.

# Juju files
.unit-state.db

# Byte-compiled / optimized / DLL files
# Python Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Tests files and dir
# Test files and directories
.pytest_cache/
.coverage
.tox
.venv
reports/
**/report/
htmlcov/
.mypy_cache

# Log files
*.log

# IDEs
.idea/
.vscode/

# vi
.*.swp

# version data
repo-info
# python virtual environments (for local dev)
.venv
venv
env

# Python builds
# Build artefacts
output/
.build/
build/
*.charm
*.snap
# python build artefacts
deb_dist/
dist/
*.egg-info/

# Snaps
*.snap
# Log files
*.log

# Builds
.build/
build/
*.charm
# general backup files
*~
*.bak

# Note: for editor-specific files, please don't add them here, as they are specific to your environment, not the project.
# Instead, consider using a global gitignore on your workstation.

0 comments on commit 5b24b33

Please sign in to comment.