# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
ENV/
env/

# Testing
.coverage
.pytest_cache/
.ruff_cache/
.tox/
nosetests.xml
coverage.xml
*.cover
.hypothesis/

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

# OS
.DS_Store
Thumbs.db

# Byte-compiled
*.pyc
*.pyo

# Pytest
.pytest_cache/

# Sekha specific
config.toml
.env
*.db
*.db-shm
*.db-wal
__pycache__/
*.pyc
*.pyo
