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

# Virtual environments
venv/
env/
ENV/
.env

# Environment variables
.env
.env.local


# Debug files
debug_response.json

# Generated projects
todo/
test-app/
gemini-test/
my-app/
*/node_modules/

# IDE files
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Test coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Log files
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Local development
.history 