mirror of
https://github.com/kbenestad/mdcms.git
synced 2026-06-18 15:24:32 +00:00
__pycache__/ and other Python build artifacts were untracked. https://claude.ai/code/session_01Ai8xRvmrzdhuTKiRQ2fnn9
32 lines
No EOL
454 B
Text
32 lines
No EOL
454 B
Text
### Python ###
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
|
|
### AL ###
|
|
#Template for AL projects for Dynamics 365 Business Central
|
|
#launch.json folder
|
|
.vscode/
|
|
#Cache folder
|
|
.alcache/
|
|
#Symbols folder
|
|
.alpackages/
|
|
#Snapshots folder
|
|
.snapshots/
|
|
#Testing Output folder
|
|
.output/
|
|
#Extension App-file
|
|
*.app
|
|
#Rapid Application Development File
|
|
rad.json
|
|
#Translation Base-file
|
|
*.g.xlf
|
|
#License-file
|
|
*.flf
|
|
#Test results file
|
|
TestResults.xml |