### 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-files
*.bclicense
*.flf
#Test results file
TestResults.xml
*__pycache__/
*.pyc
*.pyo
*.pyd
*vscode/
*AGENT_DOCS/

agent.md
claude.md
.claude/

.env
result.txt
# Python build artifacts
dist/
build/
*.egg-info/
