# macOS
*DS_Store*

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

# Virtual environments
.venv/
venv/
ENV/

# Build
build/
dist/
!dist/.gitkeep

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

# Type checking
.mypy_cache/

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

# Environment
.env
.env.local

# Misc
notebooks/
etc/
wal.jsonl
.env.production
tmp/
docker/.env
