# Development files

.venv/
**pycache**/
_.pyc
_.pyo
\*.pyd
.Python
env/
venv/
ENV/
env.bak/
venv.bak/

# Testing

.pytest_cache/
.coverage
htmlcov/
.hypothesis/
tests

# Build artifacts

build/
dist/
\*.egg-info/

# IDE

.vscode/
.idea/
_.swp
_.swo

# OS

.DS_Store
Thumbs.db

# Temporary files

_.tmp
_.temp
test.db
