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

# Node
node_modules/
.next/
out/

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

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

# OS
.DS_Store
Thumbs.db

# Docker
docker/pgdata/
docker/redis-data/

# Coverage
htmlcov/
.coverage
coverage.xml

# Testing
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Logs
*.log

# UV
uv.lock
