# Environment and secrets
.env
.venv/
venv/
env/
.devcontainer/

# Build and publish
dist/
build/
*.egg-info/
*.egg

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

# IDE and OS
.idea/
.vscode/
*.swp
.DS_Store

# pytest
.pytest_cache/
.coverage
htmlcov/

# uv
.uv/
.venv.bak/

*.txt
*.md