.aider*
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.so

# Build artifacts
build/
dist/
*.egg-info/
*.egg
*.whl

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

# IDE / Editor specific
.vscode/
.idea/
*.project
*.pydevproject
*.sublime-workspace
*.sublime-project

# OS specific
.DS_Store
Thumbs.db

# Configuration files (if any local, non-committed ones are used)
# .env

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
nosetests.xml
coverage.xml
*.cover
*.log

# Hatchling specific (build backend)
.hatch/

# Projectile marker file
.projectile
/local/
