# System Files
.DS_Store
Thumbs.db

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
# lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Python Virtual Environment
.venv/
venv/
ENV/

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.next/
out/
build/

# Project Specific
MemoryDaemon/
.reference/
.references/
test.pdf
.env
.monoco/local_config.yaml

# IDEs
.vscode/
.idea/
*.swp
*.swo
