# Python byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
eggs/
wheels/
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/

# OS files
.DS_Store
Thumbs.db
Desktop.ini

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

# SQLite databases (user data, not committed)
*.db
*.sqlite
*.sqlite3

# MemoryMesh project-local data directory
.memorymesh/

# Node (in case of any JS tooling)
node_modules/

# Jupyter
.ipynb_checkpoints/

# MkDocs site output
site/

# Build artifacts
*.so
*.dylib
*.dll
