First_agent / .gitignore
cjb97's picture
Update .gitignore and remove instructions file
4c7943e
raw
history blame contribute delete
460 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
.project
.pydevproject
.settings/
# Testing
.coverage
coverage.xml
htmlcov/
.pytest_cache/
.tox/
# Environment variables
.env
.env.*
# Logs
*.log
logs/
# OS-specific
.DS_Store
Thumbs.db
instructions.txt