# Copyright 2025 NWChemEx-Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

# These are extensions commonly used to denote temporary files
*.tmp
*.autosave
*.bak

# These are directories used by IDEs for storing settings
.idea/
.vscode/
.cache/

# These are common Python virtual enviornment directory names
venv/
.cache/
.venv/
build/
__pycache__/
.pytest_cache/
docs/venv/

# This is where Jupyter/IPython store backup files
.ipynb_checkpoints/

# Byte-compiled Python
__pycache__/

# These are common build directory names
build*/
docs/build
docs/source/_build
docs/doxyoutput
docs/source/api
*-build-*/
_build/
Debug/
Release/
install/

# Users commonly store their specific CMake settings in a toolchain file
toolchain.cmake

# In developer mode CMake will automatically generate
.pre-commit-config.yaml
