mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2025-12-26 17:02:24 +01:00
Make a few changes in the toplevel src dir to help separate templates from code. Specifically, we rename `src/mako` to `src/generator`, and nest the mako templates inside a `src/generator/templates` dir. This isolates most Python code into the `src/generator/lib` dir.
61 lines
707 B
Plaintext
61 lines
707 B
Plaintext
.DS_Store
|
|
/.vscode/
|
|
/.idea/
|
|
.timestamp
|
|
gen/doc
|
|
*.go
|
|
**/target/
|
|
gen/**/docs/
|
|
**/build_html/
|
|
.*.deps
|
|
**/Cargo.lock
|
|
|
|
# Python: Makefile lead dirs
|
|
.pyenv-*
|
|
.virtualenv.marker
|
|
|
|
# Sublime
|
|
*.sublime-workspace
|
|
|
|
# Python: Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Python: Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# Python: Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Python: Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
|
|
# Python: pyenv
|
|
.python-version
|