You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
EMWebApi/.gitignore

34 lines
343 B

# Python bytecode
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
ENV/
# Environment files and secrets
.env
.env.*
!.env.example
*.pem
*.key
# Debug artifacts
.dbg/
debug-*.md
# Test and coverage output
.pytest_cache/
.coverage
coverage.xml
htmlcov/
# IDE and OS files
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db