# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

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

# js
node_modules/

# rust
target/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
*.cover

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

# Linting
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Project specific
flareprox_endpoints.json
*.log

# Environment variables
.env
.env.local

# Build artifacts
dist/
build/
*.egg-info/

# Documentation builds
docs/_build/
site/

docs/
.agent/
.wrangler/

flareprox.py
proxyflare-workers*.json

src/proxyflare/workers/ts/.wrangler/
src/proxyflare/workers/ts/dist/
src/proxyflare/workers/ts/worker-configuration.d.ts

