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

# Virtual environments
.venv/
venv/
env/

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

# OS
Thumbs.db
.DS_Store

# Logs
*.log
npa.log

# PID files
*.pid
npa.pid

# Backups
*.bak

# Certs (sensitive)
certs/

# pytest
.pytest_cache/

# Coverage
htmlcov/
.coverage
