# 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

# Virtual Environment
venv/
ENV/
env/
.venv
.env

# Experimental
src/vowel/agent_utils.py
AGENT_*.md
tests/

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


# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Backup files
yedekler/
*.backup
*.bak

# Logs
*.log

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
