# Environment files
.env
.env.local

# Secrets and data
data/*.kdbx
secrets/*
!secrets/.gitkeep

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
venv/
.venv/

# Testing
.pytest_cache/
.mypy_cache/
htmlcov/
.coverage
.coverage.*

# IDEs
.vscode/
.idea/
*.swp
*.swo

# Logs
*.log
logs/
