# Environment
.env
.env.local
.env.*.local

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

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover

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

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
logs/

# Database
*.db
*.sqlite3
data/

# Jupyter
.ipynb_checkpoints/

# Scratchpad / temp
scratchpad/
tmp/
temp/

# Secrets (never commit these!)
*.pem
*.key
secrets/
credentials/

.claude/
docs/plans/
uv.lock

# Large OpenDRIVE files (download separately)
data/opendrive/*.xodr
