# -- Secrets and credentials --
.env
.env.*
*.pem
*.key
*.crt
*.p12
credentials.*
secrets.*

# -- Project-specific private files --
CLAUDE.md
ENHANCEMENTS*.md
MEMORY_GRAPH_FRAMEWORK.xml
REDESIGN.md
ENHANCEMENTS_MAR_2.md
MEMOTIME.txt
TRANSFORMATION.mermaid
*.mermaid
dailycontext*

# -- Claude Code / IDE config --
.claude/
.idea/

# -- Images --
*.png
*.jpg
*.jpeg
*.gif
*.bmp
*.ico
*.webp
*.svg
*.tiff

# -- Python --
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/

# -- Virtual environments --
.venv/
venv/
ENV/

# -- IDE / Editor --
.vscode/
*.swp
*.swo
*~

# -- OS --
*.DS_Store
Thumbs.db

# -- Testing / Coverage --
.pytest_cache/
.coverage
htmlcov/
.tox/

# -- Build artifacts --
*.whl
*.tar.gz
*.sh
*.xml