# Python bytecode
__pycache__/
*.py[cod]

# Build artifacts
build/
dist/
*.egg-info/
*.egg
*.whl
src/epilink/_version.py

# Test and coverage artifacts
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Virtual environments
.venv/
venv/
env/

# MkDocs
site/

# IDEs
.idea/
.vscode/
*.iml

# macOS
.DS_Store
