# Python
__pycache__/
*.py[codz]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/
.Python
develop-eggs/
wheels/
*.manifest
*.spec

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

# Testing
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.pytest_cache/
coverage.xml
nosetests.xml

# Type checking
.mypy_cache/
.dmypy.json
.pytype/
.pyre/

# Ruff
.ruff_cache/

# UV
# Include uv.lock for reproducibility

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# Next.js
packages/web/.next/
packages/web/out/

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

# OS
.DS_Store
Thumbs.db

# Argus data (runtime)
data/
*.sqlite3
*.sqlite3-journal
*.duckdb
*.duckdb.wal

# Secrets
.env.local
.env.production
.env*.local
.env.saas
