# Environment variables .env # Python __pycache__/ *.pyc # BMad Configuration - Do not commit local changes .bmad-core/core-config.yaml # Database *.db *.sqlite3 # IDE specific .vscode/ .idea/