# Environment files (contain secrets)
.env
.env.local
.env.*.local
.env.production
.env.development

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# IDE
.vscode/
.idea/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.json

# Link checking
.lychee-results.json
.lychee-results.txt
.lycheecache
.lint-relative-paths-results.txt

# Scratch/temporary work
scratch/

# Node.js (for semantic-release)
node_modules/

# OS
.DS_Store
.claude/skills/**/*.zip

# Earthly
earthly-artifacts/
