# Environment variables
.env

# Logs and telemetry
logs/
*.log
*.jsonl

# Python cache and compiled files
__pycache__/
*.py[cod]
*$py.class

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# macOS
.DS_Store

# IDEs and Editors
.vscode/
.idea/
*.swp
*.swo
