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

# macOS specific files
.DS_Store
.AppleDouble
.LSOverride

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

# Python distribution / packaging
*.egg-info/
*.egg
build/
dist/

# Note: uv.lock should be committed to version control

# Coverage
.coverage
htmlcov/

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

# Pytest
.pytest_cache/

