# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
src/sweetconnect_lib.egg-info/

# Testing
.coverage
.coverage.*
.pytest_cache/
.tox/
htmlcov/
nosetests.xml
coverage.xml
*.cover

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# Linting
.ruff_cache/

# Build tools
.nox/

# Environments
.env
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version

# IDEs
.vscode/
.idea/
.claude/
*.swp
*.swo
*~
.DS_Store
node_modules/

# Documentation
docs/_build/

# Version file generated by hatch-vcs
src/sweetconnect_api/_version.py
