# Git
.git
.gitignore

# Rust build artifacts
target/

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

# Documentation
*.md
docs/
AGENTS.md

# Tests
tests/
tmp/

# Python virtual environment
venv/
__pycache__/
*.pyc

# Environment files
.env
.env.local
.env.*.local

# OS files
.DS_Store
Thumbs.db

# Docker
Dockerfile
docker-compose.yml
.dockerignore
