# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Secrets / credentials
.env.local
.env.production
secrets.toml

# Testing
.tox/
.nox/
.coverage
.coverage.*
.cache
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
pytestdebug.log

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

# Jupyter
.ipynb_checkpoints
*.ipynb_checkpoints

# Vector store data (local dev)
.nlsql_chroma/
.chroma/

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

# Distribution
*.tar.gz
*.whl

# Docs build
docs/_build/
site/

# Logs
*.log
audit_*.jsonl

*.db
.aqlix_chroma/

aqlix.zip
*.zip

.pypirc
*.pem
*.key
.pypirc
