# Ignore Python cache files
**/__pycache__/
__pycache__/*
*.py[cod]

# VScode 
*_cache
.vscode/

# Ignore virtual environments
venv/
env/
.venv/
.env/

# Ignore build files
build/
dist/
*.egg-info/

# Ignore logs
*.log

# Ignore temporary files
*.tmp
*.swp
*.swo

# Ignore Docker-related files
Dockerfile
.dockerignore

# Ignore version control directories
.git/
.github/
.gitignore
