# Secrets and local configuration .env .env.* !.env.example # Python .venv/ venv/ __pycache__/ *.py[cod] # Runtime data and logs data/*.db data/*.db-* data/*.pid *.log # Local development artifacts .agents/ screenshots/ *.7z # Editors and operating systems .idea/ .vscode/ .DS_Store Thumbs.db