# Ignore common files and directories
*.DS_Store
._*
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini

# Ignore cache and secrets
Dockerfile
.dockerignore
__pycache__/
.pytest_cache/
.pycache
.cache
.cache.sqlite
.cache.sqlite-journal
.cache.sqlite-wal
.local
.secrets
.env
.venv
.eggs
.dist
.build
.tox
.nox
.coverage
.egg-info
*.egg
*.mo
*.pyc
*.pyo
*.whl
*.zip
*.tar.gz
*.tar.bz2
*.rar
*.7z
*.exe
*.dll
*.so
*.dylib
dist

# Other stuff
node_modules/
package.json
package-lock.json
.dockerignore
Dockerfile
sandbox/

log.txt
changes.log

# Ignore Mac files
*.swp
*.lock
*.dvdcss
*.elc
*.py[co]
*.sqlite
*.sqlite3
*.sqlitedb
*.db
*.db3
*.mov
*.gb
*.gba
*.thm
*.rodata
*.rsp
*.o
*.obj
*.exe
*.dll
*.pdb
*.pem
*.sig
*.suo
*.class
*.jar
*.war
*.ear
*.sar
*.zip
*.rar
*.7z
*.iso
*.docx
*.doc
*.chm
*.pdf
*.indd
*.out
*.log
*.cache
*.tmp
*.tmp~

# Ignore common source code files
*.c
*.h
*.cpp
*.hpp
*.cxx
*.hxx
*.cc
*.hh
*.m
*.mm
*.xcode
*.swift
*.java
*.cs
*.go

# Ignore common IDE files
.settings/
.project
.metadata
bin/
obj/
*.userprefs
*.ipuser
*.suo
*.sdf
*.nib
*.lproj
*.xcworkspace
*.xcuserstate
*.xcodeproj
*.xcscheme
*.pbxproj
*.xib
*.xcode
*.jws
*.eclipse
*.metadata
*.plists
*.sublime-project
*.sublime-workspace
.vscode/

# Ignore common Windows files
*.msi
*.msm
*.msu
*.obj
*.lib
*.exp
*.pdb
*.ilk
*.ncb
*.nupkg
*.tlb
*.tlh
*.vshost

# Specific config files
memory.jsonl
memory.json
.continue/
run_docker.bat
