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

# Distribution
build/
dist/
*.egg-info/

# Virtual environments
.venv/
.conductor/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# IDEs
.vscode/
.idea/
*.swp

# OS
.DS_Store

# Environment
.env
.python-version

# uv
.uv/
uv.lock