# OS / editor
.DS_Store
.idea/
.vscode/

# Internal documentation and references
AGENTS.md
CLAUDE.md
prompts/
_reference/
skills-guide/

# Python
__pycache__/
.hypothesis/
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
python/.venv/
python/.pytest_cache/
python/.hypothesis/

# Elixir
elixir/_build/
elixir/deps/
elixir/.elixir_ls/
elixir/cover/

# Next.js
website/.next/
website/node_modules/
website/tsconfig.tsbuildinfo

# Env files
.env
.env.*
!.env.example
