# BMAD workflow tooling (not project output)
_bmad/

# OS
.DS_Store
.DS_Store?
Thumbs.db

# Claude session data
.claude/

# Environment
.env
.env.local
.env.*.local

# Node (if any tooling is added)
node_modules/
dist/

# Python build artifacts
__pycache__/
*.py[cod]
*.egg-info/
.venv/

# Ignore key files for decrypting credentials and more.
/config/*.key


/app/assets/builds/*
!/app/assets/builds/.keep

# Rails tmp (bootsnap cache, pids, sockets)
/tmp/*
!/tmp/.keep

# Rails log rotation artifacts
/log/*.log.[0-9]*

# SimpleCov coverage reports
/coverage/

# db/schema.rb is superseded by db/structure.sql (schema_format = :sql for partitioned tables).
# structure.sql is the authoritative schema file for this project.
/db/schema.rb
