# Security - Protect your API keys and credentials .env .env.* .git/ # Python artifacts __pycache__/ *.py[cod] *$py.class # Logs - Prevents the AI from reading massive log files logs/ *.log # Database & Data - Prevents reading binary/huge data files docker/data/ *.dump *.sqlite *.csv # Environment & Dependencies venv/ .venv/ node_modules/ # OS/IDE files .vscode/ .idea/ .DS_Store