# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Environments
.env
.env.local
.env.*.local
.venv/
env/
venv/
ENV/

# Distribution / packaging
dist/
build/
*.egg-info/

# SQLite databases & logs (local application stores)
*.db
*.db-shm
*.db-wal

# Unit test / coverage reports
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Streamlit config/secrets
.streamlit/

# uv
.python-version

# OS/IDE specific files
.DS_Store
Thumbs.db
.vscode/
.idea/

# uv
uv.lock
