mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 07:24:31 +00:00
chore: add Python entries to .gitignore
__pycache__/ and other Python build artifacts were untracked. https://claude.ai/code/session_01Ai8xRvmrzdhuTKiRQ2fnn9
This commit is contained in:
parent
8e7f5d3ae9
commit
c43d8415a4
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,3 +1,13 @@
|
|||
### Python ###
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
### AL ###
|
||||
#Template for AL projects for Dynamics 365 Business Central
|
||||
#launch.json folder
|
||||
|
|
|
|||
Loading…
Reference in a new issue