# ========== Python ==========

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
ENV/
env/
.venv/

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Environments
.env
.env.local
.env.*.local
*.env

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

# Logs
*.log
logs/
pip-log.txt
pip-delete-this-directory.txt

# Database
*.db
*.sqlite
*.sqlite3

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/


# ========== Node.js / React (argus-dashboard) ==========

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Build outputs
dist/
dist-ssr/
build/
*.tsbuildinfo

# Production
.parcel-cache/
.next/
out/
.nuxt/
.cache/

# Testing
coverage/

# Misc
.DS_Store
*.local

# Environment variables
.env.local
.env.development.local
.env.test.local
.env.production.local

# Vite
.vite/
vite.config.ts.timestamp-*
vite.config.ts.timestamp.*


# ========== General / OS ==========

# OS
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini

# Temporary files
*.tmp
*.temp
*.bak
*.swp
*~

# Archives
*.zip
*.tar.gz
*.rar


# ========== Project Specific ==========

# Backend
*.csv
*.json
!sample.json
!argus-dashboard/vercel.json
uploads/
temp/


# Sensitive files (should never be committed)
*.pem
*.key

# ========== Keep These =========

# Keep these files in git
!requirements.txt
!.env.example

lobster-trap
lobstertrap/.git/

test_agent.py
test_gemini.py