openenv / .gitignore
jeromerichard's picture
Trust & Safety RL Environment - OpenEnv Hackathon
74e3b5e
raw
history blame contribute delete
179 Bytes
# Environment variables (contains API keys)
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.venv/
venv/
# IDE
.vscode/
.idea/
*.swp
*.swo