# Exclude virtual environments
new_venv/*
*.egg-info
test/test_intent
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
.venv
# C extensions
*.so
*.egg-info
# Distribution / packaging
.Python
env/
build/
dist/

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff
*.log
local_settings.py

# Flask stuff
instance/
.webassets-cache

# Scrapy stuff
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# dotenv
dotenv

# mypy
.mypy_cache/

# PyCharm
.idea/

# VS Code
.vscode/

# macOS
.DS_Store

.venv/

# Claude AI local settings
.claude/settings.local.json

uv.lock
