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

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

# Testing / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Sphinx
docs/_build/
docs/_autosummary/

# IDEs
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Distribution / packaging
*.tar.gz
*.zip
MANIFEST

# Secrets / credentials (never commit)
ayyeka_auth.py
flowfinity_auth.py
csvagent.json
*.secrets.json
