# Fastn local data (config with secrets, registry, generated stubs)
.fastn/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl
.eggs/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

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

# Generated stubs (created locally by fastn connector sync)
# Note: fastn/__init__.pyi and fastn/connectors/*.pyi are NOT ignored —
# they ship in the published wheel for out-of-the-box autocomplete.
.fastn/python/

# Environment
.env
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
.fastn/config.json
