# Build artifacts
build/
dist/
*.egg-info/
*.egg
__pycache__/
*.pyc
*.pyo

# Environments
.venv/
venv/
env/

# Caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# Project artifacts
riselnet.db
riselnet.db-shm
riselnet.db-wal
riselnet_cache.json
*.db
