#.dockerignore
# Docker
.dockerignore
dockerfile
compose.yaml
compose.yml

# Git
.git
.gitignore
.github

# Python / uv
.venv
__pycache__
*.pyc
*.pyo
*.pyd
.python-version

# Tests
test.py
test/
test.sql
tables.sql

# Docs / env
*.md
.env
example.env
