# Virtual Environment
venv/
env/
ENV/

# Python cache & build
__pycache__/
*.py[cod]
*$py.class
build/
dist/
*.spec
*.exe
*.bin
*.dll
*.so
*.dylib

# Database files & state
*.db
*.sqlite
*.sqlite3
client_state.json
*.tmp

# Live configuration with generated private keys & tokens (samples are tracked)
server_config.json
client_config.json
test_*.json
test_*.db

# IDE & OS files
.vscode/
.idea/
Thumbs.db
Desktop.ini
.DS_Store
