__pycache__/
*.py[cod]

venv/
.env/
.venv/

.vscode/
.idea/

*.log
*.tmp
*.db
*.sqlite3

.pytest_cache/
.coverage
htmlcov/

build/
dist/
*.egg-info/
.eggs/

# Compiled ctypes libs (keep build/.gitkeep)
cpy_resources/*/build/*
!cpy_resources/*/build/.gitkeep

.ipynb_checkpoints/

*.http

*.md
tests/

