# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
ENV/

# Build artifacts
build/
dist/
*.egg-info/
*.egg
wheels/
.eggs/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type checking
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# Env
.env
.env.*
!.env.example
# Never ignore anything inside the templates tree — dotfile templates are real.
!src/feathers/templates/**

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