# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
*.whl

# Virtual environments
.venv/
venv/
ENV/

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

# Environment & secrets
.env
conf/token.txt

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

# Kiro
.kiro/

# Logs
*.log

# uv
uv.lock