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

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

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version
uv.lock

# MacOS stuff
.DS_Store

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

# Linters
.pytest_cache/
.ruff_cache/
