# Build artifacts
build/
dist/
*.egg-info/
*.egg
*.whl
*.tar.gz
slash_commands/_git_commit.py

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments
venv/
env/
ENV/

# Temporary files
temp/
tmp/
*.tmp
*.swp
*.swo
*~

# IDE and Editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
.project
.classpath
.settings/
*.iml

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

# OS files
.DS_Store
Thumbs.db
Desktop.ini

# Logs
*.log
logs/
log/

# Environment variables
# Note: Uncomment if you want to ignore .env files
# .env
# .env.local
# .env.*.local
