# IDE / Editror files
.idea/
*.iml
.vscode/

# Logs
logs/

# Dags directory
dags/

# UV cache
.uv-cache/

# Ruff cache
.ruff-cache

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

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

# C extensions
*.so

# virtualenv
.venv*
venv*
ENV/

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

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

# pyenv
.python-version

# dotenv
.env
.env.local
.autoenv*.zsh

# Claude Code
.claude/

# Cursor
.cursor/
